+ FIx indent

This commit is contained in:
garnier-quentin 2016-01-25 17:02:53 +01:00
parent 511e211e4d
commit e07c1cec16
1 changed files with 1 additions and 2 deletions

View File

@ -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;