>From 5195734e9ec045221d8da41c0738383e8122e446 Mon Sep 17 00:00:00 2001 From: Brand Huntsman Date: Tue, 28 Aug 2018 04:31:53 -0600 Subject: [PATCH] change 4 spaces to a tab Signed-off-by: Brand Huntsman --- src/rcfile.c | 2 +- src/winio.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rcfile.c b/src/rcfile.c index d0ba3f83..a504db5d 100644 --- 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 index e32e7d55..a766caf1 100644 --- 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; -- 2.16.4