This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: fix an improper indent
authorKarl Williamson <public@khwilliamson.com>
Thu, 19 Aug 2010 04:53:35 +0000 (22:53 -0600)
committerFlorian Ragwitz <rafl@debian.org>
Mon, 20 Sep 2010 05:18:47 +0000 (07:18 +0200)
regcomp.c

index 1b4e1be..d4ce12a 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -5795,7 +5795,7 @@ S_reg(pTHX_ RExC_state_t *pRExC_state, I32 paren, I32 *flagp,U32 depth)
                RExC_parse++;
            case '=':           /* (?=...) */
                RExC_seen_zerolen++;
-                       break;
+                break;
            case '!':           /* (?!...) */
                RExC_seen_zerolen++;
                if (*RExC_parse == ')') {