diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-11-14 14:00:47 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-22 13:32:54 -0800 |
commit | df5fcde5a244ac321cdf54f61194eb713c04d040 (patch) | |
tree | cb4b4133b995dfd5dc753f9496db7590dc682663 /regexec.c | |
parent | 8d4ab2a129cd57b8e1937871a3c1e730a2acb730 (diff) | |
download | perl-df5fcde5a244ac321cdf54f61194eb713c04d040.tar.gz |
regexec.c: Correct indent
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |