1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 01:56:44 +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

@ -106,7 +106,7 @@ void execute(WINDOW *w, ToxWindow *prompt, Tox *m, char *cmd, int mode)
/* Try to match input command to command functions. If non-global command mode is specified,
try specified mode's commands first, then upon failure try global commands. */
switch(mode) {
switch (mode) {
case CHAT_COMMAND_MODE:
if (do_command(w, prompt, m, num_args, CHAT_NUM_COMMANDS, chat_commands, args) == 0)
return;