]> git.proxmox.com Git - pve-storage.git/commitdiff
btrfs: style: add missing semicolon
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 8 Sep 2021 11:26:51 +0000 (13:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Sep 2021 12:26:12 +0000 (14:26 +0200)
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Storage/BTRFSPlugin.pm

index a1e5b98c3636c003749310ea117d4edc88acde64..dbc1244842a6fafaf2d39a79b6aa4e4d1ba20680 100644 (file)
@@ -309,7 +309,7 @@ sub alloc_image {
     my ($class, $storeid, $scfg, $vmid, $fmt, $name, $size) = @_;
 
     if ($fmt ne 'raw' && $fmt ne 'subvol') {
-       return $class->SUPER::alloc_image($storeid, $scfg, $vmid, $fmt, $name, $size)
+       return $class->SUPER::alloc_image($storeid, $scfg, $vmid, $fmt, $name, $size);
     }
 
     # From Plugin.pm: