]> git.proxmox.com Git - pve-storage.git/commitdiff
PBS plugin: code cleanup
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 6 Mar 2020 18:15:53 +0000 (19:15 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 6 Mar 2020 18:26:45 +0000 (19:26 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/PBSPlugin.pm

index 2a4c19c9dd8d62587226dbd4ca6df394c6c51a02..2139528002318d648927c3cf2e2c1c21a8d87fea 100644 (file)
@@ -294,8 +294,12 @@ sub list_volumes {
        my $volid = "$storeid:$volname";
 
        my $info = {
-           volid => $volid , format => "pbs-$btype", size => $size,
-           content => 'backup', vmid => int($bid), ctime => $epoch
+           volid => $volid,
+           format => "pbs-$btype",
+           size => $size,
+           content => 'backup',
+           vmid => int($bid),
+           ctime => $epoch,
        };
 
        push @$res, $info;