Skip to content

Commit 08d2e0e

Browse files
committed
regen/embed.pl: Indent here-doc for clarity
1 parent 87e27c1 commit 08d2e0e

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

455455
my $fh = open_print_header("proto.h");
456+
456457
print $fh <<~"EOF";
457-
START_EXTERN_C
458-
$clean
459-
#ifdef PERL_CORE
460-
# include "pp_proto.h"
461-
#endif
462-
END_EXTERN_C
463-
EOF
458+
START_EXTERN_C
459+
$clean
460+
#ifdef PERL_CORE
461+
# include "pp_proto.h"
462+
#endif
463+
END_EXTERN_C
464+
EOF
464465

465466
read_only_bottom_close_and_rename($fh) if ! $error_count;
466467
}

0 commit comments

Comments
 (0)