Skip to content

Commit 621b530

Browse files
committed
autodoc: Need space separator in warning message
Otherwise things run-on
1 parent 4f8316f commit 621b530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autodoc.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ ($fh, $section_name, $element_name, $docref)
18581858

18591859
my $has_args = $flags !~ /n/;
18601860
if (! $has_args) {
1861-
warn "$name: n flag without m"
1861+
warn "$name: n flag without m "
18621862
. where_from_string($item->{file}, $item->{line_num})
18631863
unless $flags =~ /m/;
18641864

0 commit comments

Comments
 (0)