From 69e3da3c82c173aa3d9eb8701fef83e86ae166f5 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 28 Jan 2014 22:30:37 -0700 Subject: [PATCH] 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. --- regcomp.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/regcomp.c b/regcomp.c index 755d3db..e4f6c86 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 */ -- 2.7.4