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

Trailing whitespace

This commit is contained in:
James Booth 2012-10-23 00:00:10 +01:00
parent 15de3d4a8f
commit 907b5cf801
2 changed files with 2 additions and 2 deletions

View File

@ -561,7 +561,7 @@ _cmd_help(const char * const inp, struct cmd_help_t help)
cons_basic_help();
} else if (strcmp(inp, "/help status") == 0) {
cons_status_help();
} else if (strcmp(inp, "/help settings") == 0) {
} else if (strcmp(inp, "/help settings") == 0) {
cons_settings_help();
} else if (strcmp(inp, "/help navigation") == 0) {
cons_navigation_help();

View File

@ -611,7 +611,7 @@ cons_settings_help(void)
cons_show("%-25s: %s", help->usage, help->short_help);
settings_helpers = g_slist_next(settings_helpers);
}
cons_show("");
if (_curr_prof_win == 0)