From a1f3213ba6ba505766fbd1a7636a29ffe462cfe9 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 7 Dec 2010 15:06:35 -0700 Subject: [PATCH] regcomp.c: fix indent --- regcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regcomp.c b/regcomp.c index 1bd0c07..2b76898 100644 --- a/regcomp.c +++ b/regcomp.c @@ -8624,7 +8624,7 @@ parseit: else { ANYOF_FLAGS(ret) |= ANYOF_UTF8; Perl_sv_catpvf(aTHX_ listsv, - "%04"UVxf"\n%04"UVxf"\n", (UV)prevvalue, (UV) '-'); + "%04"UVxf"\n%04"UVxf"\n", (UV)prevvalue, (UV) '-'); } } -- 2.7.4