mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 10:46:45 +02:00
formatting
This commit is contained in:
@ -166,7 +166,7 @@ static void prompt_onDraw(ToxWindow *self, Tox *m)
|
||||
int colour = WHITE;
|
||||
char *status_text = "Unknown";
|
||||
|
||||
switch(statusbar->status) {
|
||||
switch (statusbar->status) {
|
||||
case TOX_USERSTATUS_NONE:
|
||||
status_text = "Online";
|
||||
colour = GREEN;
|
||||
|
Reference in New Issue
Block a user