1
1

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

Signed-off-by: Brand Huntsman <alpha@qzx.com>
Этот коммит содержится в:
Brand Huntsman 2018-08-28 04:31:53 -06:00 коммит произвёл Benno Schulenberg
родитель 5f00b02f7c
Коммит 6e80772311
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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);

Просмотреть файл

@ -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;