1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 17:27:45 +02:00

Fix space/tab indentation

This commit is contained in:
Marco Hinz 2013-07-31 10:36:02 +02:00
parent 31e49e2ec5
commit 3f17297064

View File

@ -125,8 +125,8 @@ static void execute(ToxWindow* self, char* cmd) {
xx[2] = '\0'; xx[2] = '\0';
if(sscanf(xx, "%02x", &x) != 1) { if(sscanf(xx, "%02x", &x) != 1) {
wprintw(self->window, "Invalid ID.\n"); wprintw(self->window, "Invalid ID.\n");
return; return;
} }
id_bin[i] = x; id_bin[i] = x;