Skip to content

Commit bcff756

Browse files
committed
regen/embed.pl: Indent here-doc for clarity
1 parent 6f789d9 commit bcff756

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

regen/embed.pl

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -481,14 +481,15 @@ sub generate_proto_h {
481481
my $clean= normalize_group_content($proto_buffer);
482482

483483
my $fh = open_print_header("proto.h");
484+
484485
print $fh <<~"EOF";
485-
START_EXTERN_C
486-
$clean
487-
#ifdef PERL_CORE
488-
# include "pp_proto.h"
489-
#endif
490-
END_EXTERN_C
491-
EOF
486+
START_EXTERN_C
487+
$clean
488+
#ifdef PERL_CORE
489+
# include "pp_proto.h"
490+
#endif
491+
END_EXTERN_C
492+
EOF
492493

493494
read_only_bottom_close_and_rename($fh) if ! $error_count;
494495
}

0 commit comments

Comments
 (0)