mirror of
https://github.com/tmux/tmux.git
synced 2024-12-24 18:28:56 +00:00
Remove stray spaces after function names.
This commit is contained in:
parent
01b13de655
commit
e463e8622d
@ -243,7 +243,6 @@ cmd_list_keys_exec(struct cmd *self, struct cmdq_item *item)
|
||||
|
||||
tmpsize = 256;
|
||||
tmp = xmalloc(tmpsize);
|
||||
|
||||
table = key_bindings_first_table();
|
||||
while (table != NULL) {
|
||||
if (tablename != NULL && strcmp(table->name, tablename) != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user