From: Karl Williamson Date: Wed, 29 Jan 2014 05:30:37 +0000 (-0700) Subject: regcomp.c: White-space only X-Git-Tag: upstream/5.20.0~581 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69e3da3c82c173aa3d9eb8701fef83e86ae166f5;p=platform%2Fupstream%2Fperl.git 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. --- 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 */