1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 10:46:45 +02:00

formatting

This commit is contained in:
Jfreegman
2013-11-12 01:50:04 -05:00
parent 649233b718
commit 704b787ec2
5 changed files with 30 additions and 37 deletions

View File

@ -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;