summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-01-07 10:41:55 -0700
committerKarl Williamson <public@khwilliamson.com>2014-01-09 13:35:57 -0700
commitce1d15d5f6cc249e67fc83d55d25333516d643df (patch)
tree7f40801ddd79d5c6bd95a11e7df2d778960344f7
parentaabbdbda525e9fbc8d373d952c5c6413cbf99082 (diff)
downloadperl-ce1d15d5f6cc249e67fc83d55d25333516d643df.tar.gz
regexec.c: White-space only
Align a macro continuation backslash
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 3e82bc4e1e..0ed1587629 100644
--- a/regexec.c
+++ b/regexec.c
@@ -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; \
} \