indentation fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -304,8 +304,8 @@ sub status {
|
|||||||
$active = 1;
|
$active = 1;
|
||||||
$total = $res->{total};
|
$total = $res->{total};
|
||||||
$used = $res->{used};
|
$used = $res->{used};
|
||||||
$free = $res->{avail};
|
$free = $res->{avail};
|
||||||
};
|
};
|
||||||
if (my $err = $@) {
|
if (my $err = $@) {
|
||||||
warn $err;
|
warn $err;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user