]> git.proxmox.com Git - pve-storage.git/commitdiff
indentation fixes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Feb 2020 13:49:38 +0000 (14:49 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Feb 2020 13:49:38 +0000 (14:49 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/PBSPlugin.pm

index 1149cd826cdbb76fb4286d3387f81100e102e262..4521314e9fe0a5e02e26e7e0083974bd6b487634 100644 (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;
     }