summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-10-23 21:39:09 -0600
committerKarl Williamson <public@khwilliamson.com>2012-10-24 09:37:56 -0600
commit89def59c4775b5f5bde86989b9d95f5df4a277f7 (patch)
tree78b2b670e1497b80eb87e35bdc68b262129bdea1 /regcomp.c
parent7a4b011fd58ce867f2a03d7d8f73563b02f0fc45 (diff)
downloadperl-89def59c4775b5f5bde86989b9d95f5df4a277f7.tar.gz
regcomp.c: White-space only; no code changes
This outdents code that was previously in an inner block
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regcomp.c b/regcomp.c
index 4000817fc1..a3a07b9abe 100644
--- 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) {