regcomp.c: White space only
authorKarl Williamson <public@khwilliamson.com>
Tue, 3 May 2011 17:47:50 +0000 (11:47 -0600)
committerJesse Vincent <jesse@bestpractical.com>
Tue, 3 May 2011 21:14:06 +0000 (17:14 -0400)
A previous commit added an 'if' around this code.  This now indents
the block properly.

regcomp.c

index 59397a2..1094789 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -10453,10 +10453,10 @@ parseit:
         /* Store any computed multi-char folds only if we are allowing
          * them */
         if (allow_full_fold) {
-       av_store(av, 2, MUTABLE_SV(unicode_alternate));
-       if (unicode_alternate) { /* This node is variable length */
-           OP(ret) = ANYOFV;
-       }
+            av_store(av, 2, MUTABLE_SV(unicode_alternate));
+            if (unicode_alternate) { /* This node is variable length */
+                OP(ret) = ANYOFV;
+            }
         }
         else {
             av_store(av, 2, NULL);