diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2013-07-31 10:36:02 +0200 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2013-07-31 10:36:02 +0200 |
commit | 439de6fa3ab50bcb4c401d9175b643b6188786d3 (patch) | |
tree | 014342b220b34b44e03d08f99f9c49321f45feeb /testing/toxic/prompt.c | |
parent | 52a77cc997e5c91fe2ed9244bfcfd9e379226091 (diff) |
Fix space/tab indentation
Diffstat (limited to 'testing/toxic/prompt.c')
-rw-r--r-- | testing/toxic/prompt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/toxic/prompt.c b/testing/toxic/prompt.c index 22d9eb9e..0cd10730 100644 --- a/testing/toxic/prompt.c +++ b/testing/toxic/prompt.c | |||
@@ -125,8 +125,8 @@ static void execute(ToxWindow* self, char* cmd) { | |||
125 | xx[2] = '\0'; | 125 | xx[2] = '\0'; |
126 | 126 | ||
127 | if(sscanf(xx, "%02x", &x) != 1) { | 127 | if(sscanf(xx, "%02x", &x) != 1) { |
128 | wprintw(self->window, "Invalid ID.\n"); | 128 | wprintw(self->window, "Invalid ID.\n"); |
129 | return; | 129 | return; |
130 | } | 130 | } |
131 | 131 | ||
132 | id_bin[i] = x; | 132 | id_bin[i] = x; |