Use spaces instead of tabs for indentation

This commit is contained in:
Benjamin Renard 2024-10-07 11:17:46 +02:00
parent 1e30357cc3
commit a97930fdca
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC
2 changed files with 176 additions and 175 deletions

View file

@ -238,3 +238,4 @@ if ( $statusCode eq 'OK' ) {
print "$statusMsg\n";
exit $ERRORS{$statusCode};
# vim:set sw=4 ts=4 sts=4 ft=perl expandtab:

View file

@ -175,4 +175,4 @@ print $per_host_detail;
exit $ERRORS{$statusCode};
# vim:set sw=4 ts=4 sts=4 ft=perl expandtab: