Skip to content

Commit 8fdea23

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 60fe955 commit 8fdea23

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
@@ -434,7 +434,7 @@ sub generate_proto_h {
434434
# used.
435435
$ret = "#${ind}if defined(PERL_CORE) || defined(PERL_EXT)\n"
436436
. $ret
437-
. " \n#${ind}endif"
437+
. "\n#${ind}endif"
438438
if $extensions_only;
439439

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

0 commit comments

Comments
 (0)