summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-12-22 20:03:55 -0700
committerKarl Williamson <public@khwilliamson.com>2012-01-19 11:58:17 -0700
commitfa5b16679862959f67d73977b6548d8315481669 (patch)
tree735caf27dde2c4195995dce1c14fc6bc4eb3d3d5 /regexec.c
parent62bf7766b2964d5b9c742a3a611a1a246381e7a6 (diff)
downloadperl-fa5b16679862959f67d73977b6548d8315481669.tar.gz
regexec.c: white space only
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index e57bb84ed7..be0b390d8b 100644
--- a/regexec.c
+++ b/regexec.c
@@ -3690,7 +3690,7 @@ S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog)
char *e = PL_regeol;
if (! foldEQ_utf8_flags(s, 0, ln, cBOOL(UTF_PATTERN),
- l, &e, 0, utf8_target, fold_utf8_flags))
+ l, &e, 0, utf8_target, fold_utf8_flags))
{
sayNO;
}