regexec.c: White-space only
authorKarl Williamson <public@khwilliamson.com>
Tue, 7 Jan 2014 17:41:55 +0000 (10:41 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 9 Jan 2014 20:35:57 +0000 (13:35 -0700)
Align a macro continuation backslash

regexec.c

index 3e82bc4..0ed1587 100644 (file)
--- 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;                                                    \
            }                                                                  \