From b68f4b0d00f44d6c2feacbfd7f0b753801020abe Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Fri, 29 Jan 2016 15:16:26 +0100 Subject: [PATCH] + Fix indent --- centreon/plugins/statefile.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/centreon/plugins/statefile.pm b/centreon/plugins/statefile.pm index 8d4b50296..e77be2031 100644 --- a/centreon/plugins/statefile.pm +++ b/centreon/plugins/statefile.pm @@ -82,12 +82,12 @@ sub check_options { } sub error { - my ($self) = shift; + my ($self) = shift; - if (@_) { + if (@_) { $self->{error} = $_[0]; - } - return $self->{error}; + } + return $self->{error}; } sub read {