mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 18:56:35 +01:00
formatting
This commit is contained in:
@@ -232,7 +232,7 @@ static void friendlist_onDraw(ToxWindow *self, Tox *m)
|
||||
TOX_USERSTATUS status = friends[f].status;
|
||||
int colour = WHITE;
|
||||
|
||||
switch(status) {
|
||||
switch (status) {
|
||||
case TOX_USERSTATUS_NONE:
|
||||
colour = GREEN;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user