Skip to content

Commit 5935b58

Browse files
committed
regen/embed.pl: Indent here-doc for clarity
1 parent acfc467 commit 5935b58

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
@@ -482,14 +482,15 @@ sub generate_proto_h {
482482
my $clean= normalize_group_content($proto_buffer);
483483

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

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

0 commit comments

Comments
 (0)