diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-10-23 21:39:09 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-10-24 09:37:56 -0600 |
commit | 89def59c4775b5f5bde86989b9d95f5df4a277f7 (patch) | |
tree | 78b2b670e1497b80eb87e35bdc68b262129bdea1 /regcomp.c | |
parent | 7a4b011fd58ce867f2a03d7d8f73563b02f0fc45 (diff) | |
download | perl-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |