Use spaces instead of tabs for indentation
This commit is contained in:
parent
1e30357cc3
commit
a97930fdca
2 changed files with 176 additions and 175 deletions
|
@ -238,3 +238,4 @@ if ( $statusCode eq 'OK' ) {
|
||||||
|
|
||||||
print "$statusMsg\n";
|
print "$statusMsg\n";
|
||||||
exit $ERRORS{$statusCode};
|
exit $ERRORS{$statusCode};
|
||||||
|
# vim:set sw=4 ts=4 sts=4 ft=perl expandtab:
|
||||||
|
|
|
@ -175,4 +175,4 @@ print $per_host_detail;
|
||||||
|
|
||||||
|
|
||||||
exit $ERRORS{$statusCode};
|
exit $ERRORS{$statusCode};
|
||||||
|
# vim:set sw=4 ts=4 sts=4 ft=perl expandtab:
|
||||||
|
|
Loading…
Reference in a new issue