summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-12 13:30:33 -0600
committerKarl Williamson <khw@cpan.org>2022-05-12 15:00:57 -0600
commite2d832c09456b7c9de58f3b2d6e3d5c76de588fe (patch)
tree0f6d6a1e526af40826a3cfe95f040884052e9e4c /autodoc.pl
parent8566922c13918a094d5d7e8220ad9896528127f5 (diff)
downloadperl-e2d832c09456b7c9de58f3b2d6e3d5c76de588fe.tar.gz
autodoc.pl: White-space only
Indent for clarification
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc.pl b/autodoc.pl
index 5a89aaec8a..5931e0e0ce 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -1303,10 +1303,10 @@ sub docout ($$$) { # output the docs for one function group
print $fh "\nNOTE: the C<perl_$item_name()> form is B<deprecated>.\n"
if $item_flags =~ /O/;
# Is Perl_, but no #define foo # Perl_foo
- if (($item_flags =~ /p/ && $item_flags =~ /o/ && $item_flags !~ /M/)
+ if ( ($item_flags =~ /p/ && $item_flags =~ /o/ && $item_flags !~ /M/)
- # Can't handle threaded varargs
- || ($item_flags =~ /f/ && $item_flags !~ /T/))
+ # Can't handle threaded varargs
+ || ($item_flags =~ /f/ && $item_flags !~ /T/))
{
$item->{name} = "Perl_$item_name";
print $fh <<~"EOT";