mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Fix some spacing nits.
This commit is contained in:
@ -382,7 +382,7 @@ tty_keys_build(struct tty *tty)
|
||||
const char *s;
|
||||
|
||||
if (tty->key_tree != NULL)
|
||||
tty_keys_free (tty);
|
||||
tty_keys_free(tty);
|
||||
tty->key_tree = NULL;
|
||||
|
||||
for (i = 0; i < nitems(tty_default_raw_keys); i++) {
|
||||
|
Reference in New Issue
Block a user