diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-01-07 10:41:55 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-01-09 13:35:57 -0700 |
commit | ce1d15d5f6cc249e67fc83d55d25333516d643df (patch) | |
tree | 7f40801ddd79d5c6bd95a11e7df2d778960344f7 | |
parent | aabbdbda525e9fbc8d373d952c5c6413cbf99082 (diff) | |
download | perl-ce1d15d5f6cc249e67fc83d55d25333516d643df.tar.gz |
regexec.c: White-space only
Align a macro continuation backslash
-rw-r--r-- | regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1377,7 +1377,7 @@ if ((reginfo->intuit || regtry(reginfo, &s))) \ tmp = (s != reginfo->strbeg) ? UCHARAT(s - 1) : '\n'; \ tmp = TEST_NON_UTF8(tmp); \ REXEC_FBC_UTF8_SCAN( \ - if (tmp == ! TEST_NON_UTF8((U8) *s)) { \ + if (tmp == ! TEST_NON_UTF8((U8) *s)) { \ tmp = !tmp; \ IF_SUCCESS; \ } \ |