formatting fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2081 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2004-11-07 16:13:19 +00:00
parent 02085d7b92
commit 7105cf4f8e

View File

@ -222,9 +222,9 @@ void do_cut_text(void)
* does clear the cutbuffer if keep_cutbuffer is FALSE. */
if (current == filebot
#ifndef NANO_SMALL
&& !ISSET(MARK_ISSET)
&& !ISSET(MARK_ISSET)
#endif
)
)
return;
keep_cutbuffer = TRUE;