From 3f1729706458515ca0ef786f91b3cbf5cf5fa721 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 31 Jul 2013 10:36:02 +0200 Subject: [PATCH] Fix space/tab indentation --- prompt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prompt.c b/prompt.c index 22d9eb9..0cd1073 100644 --- a/prompt.c +++ b/prompt.c @@ -125,8 +125,8 @@ static void execute(ToxWindow* self, char* cmd) { xx[2] = '\0'; if(sscanf(xx, "%02x", &x) != 1) { - wprintw(self->window, "Invalid ID.\n"); - return; + wprintw(self->window, "Invalid ID.\n"); + return; } id_bin[i] = x;