diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-12-22 20:03:55 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-01-19 11:58:17 -0700 |
commit | fa5b16679862959f67d73977b6548d8315481669 (patch) | |
tree | 735caf27dde2c4195995dce1c14fc6bc4eb3d3d5 /regexec.c | |
parent | 62bf7766b2964d5b9c742a3a611a1a246381e7a6 (diff) | |
download | perl-fa5b16679862959f67d73977b6548d8315481669.tar.gz |
regexec.c: white space only
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |