summaryrefslogtreecommitdiff
path: root/testing/toxic
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2013-07-31 10:36:02 +0200
committerMarco Hinz <mh.codebro@gmail.com>2013-07-31 10:36:02 +0200
commit439de6fa3ab50bcb4c401d9175b643b6188786d3 (patch)
tree014342b220b34b44e03d08f99f9c49321f45feeb /testing/toxic
parent52a77cc997e5c91fe2ed9244bfcfd9e379226091 (diff)
Fix space/tab indentation
Diffstat (limited to 'testing/toxic')
-rw-r--r--testing/toxic/prompt.c4
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;