mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 21:33:02 +01:00
Fix space/tab indentation
This commit is contained in:
parent
31e49e2ec5
commit
3f17297064
4
prompt.c
4
prompt.c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user