formatting fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2104 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-11-17 16:59:34 +00:00
parent 0317c86a8a
commit 6b769e5f5b
1 changed files with 2 additions and 1 deletions

View File

@ -2654,7 +2654,8 @@ void do_justify(bool full_justify)
* paragraph to the cutbuffer for unjustification. */
if (first_par_line == NULL)
first_par_line = backup_lines(current, full_justify ?
filebot->lineno - current->lineno : par_len, quote_len);
filebot->lineno - current->lineno : par_len,
quote_len);
/* Now we call justify_format() on the current line of the
* paragraph, which will remove excess spaces from it and