]> git.mdlowis.com Git - proto/libregexp.git/commitdiff
remove extra space before else
authorDavid du Colombier <0intro@gmail.com>
Sat, 7 Oct 2017 13:14:41 +0000 (15:14 +0200)
committerDavid du Colombier <0intro@gmail.com>
Sat, 7 Oct 2017 13:14:41 +0000 (15:14 +0200)
regcomp.c

index aab36141377f7812d2e7bb9f2727a77742a3d3eb..29fa49eef5a94f5995a904118524fbaf24ad8fc0 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -98,7 +98,7 @@ operator(int t)
                nbra++;
                if(lastwasand)
                        operator(CAT);
-       } else
+       }else
                evaluntil(t);
        if(t != RBRA)
                pushator(t);