1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Removed whitespace in command.c

This commit is contained in:
James Booth 2013-08-26 17:53:25 +01:00
parent 48572bdbcf
commit b6f1afcf22

View File

@ -3100,7 +3100,6 @@ _cmd_close(gchar **args, struct cmd_help_t help)
return TRUE;
}
// handle leaving rooms, or chat
if (conn_status == JABBER_CONNECTED) {
ui_close_connected_win(index);