regcomp.c: White-space only
authorKarl Williamson <public@khwilliamson.com>
Wed, 29 Jan 2014 05:30:37 +0000 (22:30 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 29 Jan 2014 21:51:55 +0000 (14:51 -0700)
Properly indent 9 lines.  This makes it easier to see the logic flaws to
be fixed in the next commits.

regcomp.c

index 755d3db..e4f6c86 100644 (file)
--- 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 */