tweaks: normalize the indentation after the previous two changes

This commit is contained in:
Benno Schulenberg 2019-05-02 14:15:34 +02:00
parent 07289f437f
commit fe06ae5f48

View File

@ -1748,8 +1748,7 @@ void do_input(void)
keep_cutbuffer = FALSE;
return;
}
#endif
#ifndef NANO_TINY
linestruct *was_current = openfile->current;
size_t was_x = openfile->current_x;
@ -1760,6 +1759,7 @@ void do_input(void)
openfile->kind_of_mark = SOFTMARK;
}
#endif
/* Execute the function of the shortcut. */
shortcut->func();