Fix some spacing nits.

This commit is contained in:
nicm
2014-10-22 23:18:53 +00:00
parent 68cb1c0e6b
commit abfb9656ef
7 changed files with 13 additions and 13 deletions

View File

@ -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++) {