+ FIx indent
This commit is contained in:
parent
511e211e4d
commit
e07c1cec16
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue