remove unneeded blank line
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2330 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
5d2ab88f0e
commit
aed09427f8
|
@ -3115,7 +3115,6 @@ void do_justify(bool full_justify)
|
||||||
* loop so that we justify all the paragraphs in the file. */
|
* loop so that we justify all the paragraphs in the file. */
|
||||||
if (!full_justify)
|
if (!full_justify)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
} /* while (TRUE) */
|
} /* while (TRUE) */
|
||||||
|
|
||||||
/* We are now done justifying the paragraph or the file, so clean
|
/* We are now done justifying the paragraph or the file, so clean
|
||||||
|
|
Loading…
Reference in New Issue