]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 13 May 2004 23:19:01 +0000 (23:19 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 13 May 2004 23:19:01 +0000 (23:19 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1736 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index 978c921907c567bc9ddf660f0e7b281597595bd7..58f794806b68c8a1ca58aa4ff9d1f8bdbf805d03 100644 (file)
@@ -1930,7 +1930,8 @@ int justify_format(int changes_allowed, filestruct *line, size_t skip)
                return 1;
            *front = ' ';
        }
-       /* these tests are safe since line->data + skip is not a space */
+       /* These tests are safe since line->data + skip is not a
+        * space. */
        if ((*front == '\0' || *front == ' ') && *(front - 1) == ' ') {
            const char *bob = front - 2;