summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-11-14 14:00:47 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-11-22 13:32:54 -0800
commitdf5fcde5a244ac321cdf54f61194eb713c04d040 (patch)
treecb4b4133b995dfd5dc753f9496db7590dc682663 /regexec.c
parent8d4ab2a129cd57b8e1937871a3c1e730a2acb730 (diff)
downloadperl-df5fcde5a244ac321cdf54f61194eb713c04d040.tar.gz
regexec.c: Correct indent
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regexec.c b/regexec.c
index dcb83c2ca4..d866f1c930 100644
--- a/regexec.c
+++ b/regexec.c
@@ -6353,8 +6353,8 @@ S_reginclass(pTHX_ const regexp * const prog, register const regnode * const n,
* necessary */
if (! PL_utf8_foldclosures) {
- /* If the folds haven't been read in, call a fold
- * function to force that */
+ /* If the folds haven't been read in, call a
+ * fold function to force that */
if (! PL_utf8_tofold) {
U8 dummy[UTF8_MAXBYTES+1];
STRLEN dummy_len;