]> git.wh0rd.org Git - nano.git/commitdiff
another comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 11 Jun 2006 19:15:59 +0000 (19:15 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 11 Jun 2006 19:15:59 +0000 (19:15 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3657 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/text.c

index 6fee70c73f9e658a46fe4083e742112c929a0c8b..8673f3393b161e090c763d88eecb58e6c52e33dd 100644 (file)
@@ -606,9 +606,8 @@ bool do_wrap(filestruct *line)
     /* Step 2, making the new wrap line.  It will consist of indentation
      * followed by the text after the wrap point, optionally followed by
      * a space (if the text after the wrap point doesn't end in a blank)
-     * and the text of the next line, if they can fit without
-     * wrapping, the next line exists, and the prepend_wrap flag is
-     * set. */
+     * and the text of the next line, if they can fit without wrapping,
+     * the next line exists, and the prepend_wrap flag is set. */
 
     /* after_break is the text that will be wrapped to the next line. */
     after_break = line->data + wrap_loc;