summaryrefslogtreecommitdiff
path: root/unicode_constants.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-02-13 19:03:54 -0700
committerKarl Williamson <khw@cpan.org>2022-03-19 23:17:51 -0600
commite80ffedaa6971ee7c9654d690bc70f67b7de2669 (patch)
tree693862ce5ad9895581ad86b73c15b5268cb6ddc9 /unicode_constants.h
parent32b87797e986f5d99836e16ea6b9d9ff5a56d3be (diff)
downloadperl-e80ffedaa6971ee7c9654d690bc70f67b7de2669.tar.gz
regen/unicode_constants.pl: White space only
Align the output of this bit vertically with surrounding output.
Diffstat (limited to 'unicode_constants.h')
-rw-r--r--unicode_constants.h18
1 files changed, 9 insertions, 9 deletions
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 */