commit 6e80772311896ef7981119e998e0530c0370a61f
parent 5f00b02f7cae365429bd0ebfa4ef3af4359554f5
Author: Brand Huntsman <alpha@qzx.com>
Date: Tue, 28 Aug 2018 04:31:53 -0600
tweaks: correct four spaces of indentation to a tab, in two places
Signed-off-by: Brand Huntsman <alpha@qzx.com>
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/rcfile.c b/src/rcfile.c
@@ -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);
diff --git a/src/winio.c b/src/winio.c
@@ -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;