regcomp.c: White-space only
authorKarl Williamson <public@khwilliamson.com>
Thu, 5 Jan 2012 18:41:36 +0000 (11:41 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:37 +0000 (09:58 -0700)
These lines were indented one stop too many for the enclosing block

regcomp.c

index f8d77ef..efa446f 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -11958,10 +11958,10 @@ Perl_regprop(pTHX_ const regexp *prog, SV *sv, const regnode *o)
                                e = uvchr_to_utf8(s, i-1);
                                for (p = s; p < e; p++)
                                    put_byte(sv, *p);
-                               }
-                               rangestart = -1;
                            }
+                           rangestart = -1;
                        }
+                   }
                        
                    sv_catpvs(sv, "..."); /* et cetera */
                }