tweaks: remove a stray space

Reported-by: Brand Huntsman <alpha@qzx.com>
master
Benno Schulenberg 2019-12-05 11:23:47 +01:00
parent 0271e4a187
commit a921bdadbf
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ int parse_kbinput(WINDOW *win)
#ifndef NANO_TINY
/* When <Tab> 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