summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-01-28 22:30:37 -0700
committerKarl Williamson <public@khwilliamson.com>2014-01-29 14:51:55 -0700
commit69e3da3c82c173aa3d9eb8701fef83e86ae166f5 (patch)
treef491d456c8dc83f86c6fe7fc21a8a78738bfb6e2
parent8b76dc1d20b9a57382173ce08c4ad10cf5acb5ef (diff)
downloadperl-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.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/regcomp.c b/regcomp.c
index 755d3dbdc4..e4f6c86bfd 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -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 */