From e80ffedaa6971ee7c9654d690bc70f67b7de2669 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 13 Feb 2022 19:03:54 -0700 Subject: regen/unicode_constants.pl: White space only Align the output of this bit vertically with surrounding output. --- unicode_constants.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'unicode_constants.h') diff --git a/unicode_constants.h b/unicode_constants.h index 56933b8f11..da240236d4 100644 --- a/unicode_constants.h +++ b/unicode_constants.h @@ -89,9 +89,9 @@ bytes. # define MICRO_SIGN_NATIVE 0xB5 /* U+00B5 */ # define MICRO_SIGN_UTF8 "\xC2\xB5" /* U+00B5 */ -# ifdef PERL_IN_REGCOMP_C -# define MAX_PRINT_A 0x7E /* The max code point that isPRINT_A */ -# endif +# ifdef PERL_IN_REGCOMP_C +# define MAX_PRINT_A 0x7E /* The max code point that isPRINT_A */ +# endif #endif /* ASCII/Latin1 */ #if 'A' == 193 /* EBCDIC 1047 */ \ @@ -136,9 +136,9 @@ bytes. # define MICRO_SIGN_NATIVE 0xA0 /* U+00B5 */ # define MICRO_SIGN_UTF8 "\x80\x64" /* U+00B5 */ -# ifdef PERL_IN_REGCOMP_C -# define MAX_PRINT_A 0xF9 /* The max code point that isPRINT_A */ -# endif +# ifdef PERL_IN_REGCOMP_C +# define MAX_PRINT_A 0xF9 /* The max code point that isPRINT_A */ +# endif #endif /* EBCDIC 1047 */ #if 'A' == 193 /* EBCDIC 037 */ \ @@ -183,9 +183,9 @@ bytes. # define MICRO_SIGN_NATIVE 0xA0 /* U+00B5 */ # define MICRO_SIGN_UTF8 "\x78\x63" /* U+00B5 */ -# ifdef PERL_IN_REGCOMP_C -# define MAX_PRINT_A 0xF9 /* The max code point that isPRINT_A */ -# endif +# ifdef PERL_IN_REGCOMP_C +# define MAX_PRINT_A 0xF9 /* The max code point that isPRINT_A */ +# endif #endif /* EBCDIC 037 */ /* The number of code points not matching \pC */ -- cgit v1.2.1