indentation fixes

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-02-19 14:49:38 +01:00
parent c855ac150c
commit f155c912d0

View File

@ -304,8 +304,8 @@ sub status {
$active = 1;
$total = $res->{total};
$used = $res->{used};
$free = $res->{avail};
};
$free = $res->{avail};
};
if (my $err = $@) {
warn $err;
}