This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a66ba
)
regcomp.c: fix indent
author
Karl Williamson
<public@khwilliamson.com>
Tue, 7 Dec 2010 22:06:35 +0000
(15:06 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Sat, 11 Dec 2010 22:57:41 +0000
(15:57 -0700)
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
1bd0c07
..
2b76898
100644
(file)
--- 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) '-');
}
}