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:
parent
15de3d4a8f
commit
907b5cf801
@ -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();
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user