mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 05:26:35 +02:00
Fix space/tab indentation
This commit is contained in:
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;
|
||||||
|
Reference in New Issue
Block a user