mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-30 00:23:28 +03:00
tweaks: normalize the indentation after the previous two changes
This commit is contained in:
parent
07289f437f
commit
fe06ae5f48
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user