Add final newlines and remove trailing spaces (#672)

* Add final newlines and remove trailing spaces

* Replace TAB characters with spaces

* Fix indent
This commit is contained in:
Viktor Szépe
2023-09-15 16:31:40 +02:00
committed by GitHub
parent c20d1c40c7
commit f2f7a7993d
40 changed files with 258 additions and 258 deletions

View File

@@ -3974,7 +3974,7 @@ sub main {
node => $root,
print_node => $print_node,
MasterSlave => $ms,
resolve_address => $o->get('resolve-address'),
resolve_address => $o->get('resolve-address'),
);
return 0;
@@ -4132,14 +4132,14 @@ sub print_host {
$without_port =~ s/:\d*$//; # strip port from ip address
my $packed = inet_aton($without_port);
if ($packed) {
$hostname = gethostbyaddr($packed, AF_INET);
$hostname = gethostbyaddr($packed, AF_INET);
}
}
if ($hostname) {
print "$prefix$host ($hostname)\n";
print "$prefix$host ($hostname)\n";
}
else {
print "$prefix$host\n";
print "$prefix$host\n";
}
}
@@ -4511,7 +4511,7 @@ of output.
=head1 ATTENTION
Using <PTDEBUG> might expose passwords. When debug is enabled, all command line
Using <PTDEBUG> might expose passwords. When debug is enabled, all command line
parameters are shown in the output.
=head1 SYSTEM REQUIREMENTS