diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-31 04:33:51 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-31 04:33:51 -0700 |
commit | 31d9af8e76b4ab60e3004ccb1a3cf47fdf88b5f9 (patch) | |
tree | 7d1712bf85eb39823bffd933a63fe95763bc3e7d /testing/toxic/prompt.c | |
parent | 335fe2b86074e95ece814c94216695344f946309 (diff) | |
parent | 439de6fa3ab50bcb4c401d9175b643b6188786d3 (diff) |
Merge pull request #205 from mhinz/fix-indent
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; |