Skip to content

Commit e30019b

Browse files
committed
regen/embed.pl: Avoid trailing blank
Though code later strips this off, it's best to not put it in in the first place
1 parent a8af1ce commit e30019b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regen/embed.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ sub generate_proto_h {
406406
# used.
407407
$ret = "#${ind}if defined(PERL_CORE) || defined(PERL_EXT)\n"
408408
. $ret
409-
. " \n#${ind}endif"
409+
. "\n#${ind}endif"
410410
if $extensions_only;
411411

412412
# We don't hide the ARGS_ASSERT macro; having that defined does no

0 commit comments

Comments
 (0)