]> git.mdlowis.com Git - proto/libregexp.git/commitdiff
remove empty line
authorDavid du Colombier <0intro@gmail.com>
Wed, 17 Dec 2014 21:12:54 +0000 (22:12 +0100)
committerDavid du Colombier <0intro@gmail.com>
Wed, 17 Dec 2014 21:12:54 +0000 (22:12 +0100)
rregexec.c

index a63d0b43dd5a605bc4547b8d6625ea3bf06068e1..2ce231234f0406123ce62b90b776378706d63a93 100644 (file)
@@ -39,7 +39,6 @@ rregexec1(Reprog *progp,      /* program to run */
        /* Execute machine once for each character, including terminal NUL */
        s = j->rstarts;
        do{
-
                /* fast check for first char */
                if(checkstart) {
                        switch(j->starttype) {