From 0d27008512a08caa599cdcef55d814a6c0e41985 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 24 Nov 2015 14:14:14 -0700 Subject: [PATCH] regcomp.c: White-space only This does vertical alignment to make things clearer --- regcomp.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/regcomp.c b/regcomp.c index da6eb16..059745d 100644 --- a/regcomp.c +++ b/regcomp.c @@ -12746,14 +12746,14 @@ S_regatom(pTHX_ RExC_state_t *pRExC_state, I32 *flagp, U32 depth) goto not_fold_common; } else /* A regular FOLD code point */ - if (! ( UTF + if (! ( UTF #if UNICODE_MAJOR_VERSION > 3 /* no multifolds in early Unicode */ \ || (UNICODE_MAJOR_VERSION == 3 && ( UNICODE_DOT_VERSION > 0) \ || UNICODE_DOT_DOT_VERSION > 0) - /* See comments for join_exact() as to why we fold this - * non-UTF at compile time */ - || (node_type == EXACTFU - && ender == LATIN_SMALL_LETTER_SHARP_S) + /* See comments for join_exact() as to why we fold + * this non-UTF at compile time */ + || ( node_type == EXACTFU + && ender == LATIN_SMALL_LETTER_SHARP_S) #endif )) { /* Here, are folding and are not UTF-8 encoded; therefore -- 1.8.3.1