From 552707add90ddf9f55ae5f00de9f5c49f7761d93 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Mon, 25 Jan 2016 17:02:53 +0100 Subject: [PATCH] + FIx indent --- centreon-plugins/database/oracle/mode/tablespaceusage.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/centreon-plugins/database/oracle/mode/tablespaceusage.pm b/centreon-plugins/database/oracle/mode/tablespaceusage.pm index 610381c06..14976bcd8 100644 --- a/centreon-plugins/database/oracle/mode/tablespaceusage.pm +++ b/centreon-plugins/database/oracle/mode/tablespaceusage.pm @@ -296,8 +296,7 @@ sub run { $size = $bytes_max; $free = $bytes_max - $bytes; $used = $bytes; - } - elsif ((!defined($bytes_max)) || ($bytes_max == 0)) { + } elsif ((!defined($bytes_max)) || ($bytes_max == 0)) { $percent_used = ($bytes - $bytes_free) / $bytes * 100; $size = $bytes; $free = $bytes_free;