mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -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();
|
cons_basic_help();
|
||||||
} else if (strcmp(inp, "/help status") == 0) {
|
} else if (strcmp(inp, "/help status") == 0) {
|
||||||
cons_status_help();
|
cons_status_help();
|
||||||
} else if (strcmp(inp, "/help settings") == 0) {
|
} else if (strcmp(inp, "/help settings") == 0) {
|
||||||
cons_settings_help();
|
cons_settings_help();
|
||||||
} else if (strcmp(inp, "/help navigation") == 0) {
|
} else if (strcmp(inp, "/help navigation") == 0) {
|
||||||
cons_navigation_help();
|
cons_navigation_help();
|
||||||
|
@ -611,7 +611,7 @@ cons_settings_help(void)
|
|||||||
cons_show("%-25s: %s", help->usage, help->short_help);
|
cons_show("%-25s: %s", help->usage, help->short_help);
|
||||||
settings_helpers = g_slist_next(settings_helpers);
|
settings_helpers = g_slist_next(settings_helpers);
|
||||||
}
|
}
|
||||||
|
|
||||||
cons_show("");
|
cons_show("");
|
||||||
|
|
||||||
if (_curr_prof_win == 0)
|
if (_curr_prof_win == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user