tweaks: adjust indentation after the previous commit

master
David Lawrence Ramsey 2019-01-10 12:19:56 -06:00 committed by Benno Schulenberg
parent 194d18586c
commit e771503ee5
1 changed files with 3 additions and 3 deletions

View File

@ -506,9 +506,9 @@ int parse_kbinput(WINDOW *win)
meta_key = TRUE;
retval = tolower(keycode);
} else
/* Three escapes followed by a non-escape, and no
* other codes are waiting: normal input mode. */
retval = keycode;
/* Three escapes followed by a non-escape, and no
* other codes are waiting: normal input mode. */
retval = keycode;
} else
/* Three escapes followed by a non-escape, and more
* codes are waiting: combined control character and