diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-01-28 22:30:37 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-01-29 14:51:55 -0700 |
commit | 69e3da3c82c173aa3d9eb8701fef83e86ae166f5 (patch) | |
tree | f491d456c8dc83f86c6fe7fc21a8a78738bfb6e2 | |
parent | 8b76dc1d20b9a57382173ce08c4ad10cf5acb5ef (diff) | |
download | perl-69e3da3c82c173aa3d9eb8701fef83e86ae166f5.tar.gz |
regcomp.c: White-space only
Properly indent 9 lines. This makes it easier to see the logic flaws to
be fixed in the next commits.
-rw-r--r-- | regcomp.c | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -13589,15 +13589,15 @@ parseit: if (! need_class) { need_class = 1; if (SIZE_ONLY) { - RExC_size += ANYOF_POSIXL_SKIP - ANYOF_SKIP; - } - else { - RExC_emit += ANYOF_POSIXL_SKIP - ANYOF_SKIP; + RExC_size += ANYOF_POSIXL_SKIP - ANYOF_SKIP; + } + else { + RExC_emit += ANYOF_POSIXL_SKIP - ANYOF_SKIP; + } } + ANYOF_POSIXL_ZERO(ret); + ANYOF_FLAGS(ret) |= ANYOF_POSIXL; } - ANYOF_POSIXL_ZERO(ret); - ANYOF_FLAGS(ret) |= ANYOF_POSIXL; - } } if (namedclass > OOB_NAMEDCLASS) { /* this is a named class \blah */ |