btrfs: style: add missing semicolon
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
6c315e4587
commit
08ca395503
@ -309,7 +309,7 @@ sub alloc_image {
|
|||||||
my ($class, $storeid, $scfg, $vmid, $fmt, $name, $size) = @_;
|
my ($class, $storeid, $scfg, $vmid, $fmt, $name, $size) = @_;
|
||||||
|
|
||||||
if ($fmt ne 'raw' && $fmt ne 'subvol') {
|
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:
|
# From Plugin.pm:
|
||||||
|
|||||||
Reference in New Issue
Block a user