mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
+ Fix indent
This commit is contained in:
parent
039f385c2f
commit
b68f4b0d00
@ -82,12 +82,12 @@ sub check_options {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub error {
|
sub error {
|
||||||
my ($self) = shift;
|
my ($self) = shift;
|
||||||
|
|
||||||
if (@_) {
|
if (@_) {
|
||||||
$self->{error} = $_[0];
|
$self->{error} = $_[0];
|
||||||
}
|
}
|
||||||
return $self->{error};
|
return $self->{error};
|
||||||
}
|
}
|
||||||
|
|
||||||
sub read {
|
sub read {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user