summaryrefslogtreecommitdiff
path: root/regen/unicode_constants.pl
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 /regen/unicode_constants.pl
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 'regen/unicode_constants.pl')
-rw-r--r--regen/unicode_constants.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/regen/unicode_constants.pl b/regen/unicode_constants.pl
index 44c633e711..f2e065633c 100644
--- a/regen/unicode_constants.pl
+++ b/regen/unicode_constants.pl
@@ -165,9 +165,9 @@ foreach my $charset (get_supported_code_pages()) {
$max_PRINT_A = sprintf "0x%02X", $max_PRINT_A;
print $out_fh <<"EOT";
-# ifdef PERL_IN_REGCOMP_C
-# define MAX_PRINT_A $max_PRINT_A /* The max code point that isPRINT_A */
-# endif
+# ifdef PERL_IN_REGCOMP_C
+# define MAX_PRINT_A $max_PRINT_A /* The max code point that isPRINT_A */
+# endif
EOT
print $out_fh get_conditional_compile_line_end();