tweaks: correct four spaces of indentation to a tab, in two places

Signed-off-by: Brand Huntsman <alpha@qzx.com>
master
Brand Huntsman 2018-08-28 04:31:53 -06:00 committed by Benno Schulenberg
parent 5f00b02f7c
commit 6e80772311
2 changed files with 2 additions and 2 deletions

View File

@ -414,7 +414,7 @@ void parse_binding(char *ptr, bool dobind)
newsc->toggle = 0;
#endif
} else
newsc = strtosc(funcptr);
newsc = strtosc(funcptr);
if (newsc == NULL) {
rcfile_error(N_("Cannot map name \"%s\" to a function"), funcptr);

View File

@ -539,7 +539,7 @@ int parse_kbinput(WINDOW *win)
else if (retval == controlend)
return CONTROL_END;
else if (retval == controldelete)
return CONTROL_DELETE;
return CONTROL_DELETE;
#ifndef NANO_TINY
else if (retval == shiftcontrolleft) {
shift_held = TRUE;