From f155c912d0d3b754331037681466bb99e13bb44b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 19 Feb 2020 14:49:38 +0100 Subject: [PATCH] indentation fixes Signed-off-by: Thomas Lamprecht --- PVE/Storage/PBSPlugin.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PVE/Storage/PBSPlugin.pm b/PVE/Storage/PBSPlugin.pm index 1149cd8..4521314 100644 --- a/PVE/Storage/PBSPlugin.pm +++ b/PVE/Storage/PBSPlugin.pm @@ -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; }