From a921bdadbfa4a364ea395ffff1a10f0e28281f5f Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 5 Dec 2019 11:23:47 +0100 Subject: [PATCH] tweaks: remove a stray space Reported-by: Brand Huntsman --- src/winio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winio.c b/src/winio.c index c02b5c12..b702a30c 100644 --- a/src/winio.c +++ b/src/winio.c @@ -659,7 +659,7 @@ int parse_kbinput(WINDOW *win) #ifndef NANO_TINY /* When is pressed while the mark is on, do an indent. */ if (retval == TAB_CODE && openfile->mark && currmenu == MMAIN && - openfile-> mark != openfile->current) + openfile->mark != openfile->current) return INDENT_KEY; #endif