From: David Lawrence Ramsey Date: Wed, 17 Nov 2004 16:59:34 +0000 (+0000) Subject: formatting fix X-Git-Tag: v1.3.5~16 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6b769e5f5b7d8b5e1c594fee0c2fdcaa404408a4;p=nano.git formatting fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2104 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/nano.c b/src/nano.c index bb82171e..3eab50c9 100644 --- a/src/nano.c +++ b/src/nano.c @@ -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