tweaks: correct four spaces of indentation to a tab, in two places
Signed-off-by: Brand Huntsman <alpha@qzx.com>
Этот коммит содержится в:
родитель
5f00b02f7c
Коммит
6e80772311
@ -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;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user