1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 14:37:46 +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';
if(sscanf(xx, "%02x", &x) != 1) {
wprintw(self->window, "Invalid ID.\n");
return;
wprintw(self->window, "Invalid ID.\n");
return;
}
id_bin[i] = x;