From ce1d15d5f6cc249e67fc83d55d25333516d643df Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 7 Jan 2014 10:41:55 -0700 Subject: [PATCH] regexec.c: White-space only Align a macro continuation backslash --- regexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regexec.c b/regexec.c index 3e82bc4..0ed1587 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; \ } \ -- 2.7.4