Skip to content

Commit acfc467

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 af4f2fb commit acfc467

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

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

0 commit comments

Comments
 (0)