]> git.wh0rd.org Git - nano.git/commitdiff
formatting fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 8 May 2006 15:19:42 +0000 (15:19 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 8 May 2006 15:19:42 +0000 (15:19 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3483 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index a627d10443dbd3ec3262f887f2d9ee40a6f1c38a..31e29bf8f7839796d31f20e89c97cf8325d43538 100644 (file)
@@ -2468,8 +2468,8 @@ void edit_draw(const filestruct *fileptr, const char *converted, int
                        break;
                    start_col++;
                    if (regexec(tmpcolor->start, start_line->data +
-                       start_col, 1, &startmatch,
-                       REG_NOTBOL) == REG_NOMATCH)
+                       start_col, 1, &startmatch, REG_NOTBOL) ==
+                       REG_NOMATCH)
                        /* No later start on this line. */
                        goto step_two;
                }