]> git.wh0rd.org Git - nano.git/commitdiff
add missing blank line
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 1 Mar 2005 23:21:21 +0000 (23:21 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 1 Mar 2005 23:21:21 +0000 (23:21 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2332 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index f0dce09cc2e54e2541c0c52f64f64722f418477a..6f455296f90e91d50ed2195f45a5b940ce424faf 100644 (file)
@@ -2409,6 +2409,7 @@ void justify_format(filestruct *line, size_t skip)
     }
 
     back--;
+
     assert(*back == '\0' && *front == '\0');
 
     /* Now back is the new end of line->data. */