regcomp.c: White-space only; no code changes
authorKarl Williamson <public@khwilliamson.com>
Wed, 24 Oct 2012 03:39:09 +0000 (21:39 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 24 Oct 2012 15:37:56 +0000 (09:37 -0600)
This outdents code that was previously in an inner block

regcomp.c

index 4000817..a3a07b9 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -11516,8 +11516,8 @@ S_regclass(pTHX_ RExC_state_t *pRExC_state, I32 *flagp, U32 depth)
 
     if (UCHARAT(RExC_parse) == '^') {  /* Complement of range. */
        RExC_parse++;
-            invert = TRUE;
-            RExC_naughty++;
+        invert = TRUE;
+        RExC_naughty++;
     }
 
     if (SIZE_ONLY) {