mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-11 19:26:46 +00:00
fix coding style
This commit is contained in:
parent
be19058305
commit
29b1952991
@ -1059,8 +1059,7 @@ sub print_drivedevice_full {
|
||||
|
||||
if($path =~ m/^iscsi\:\/\//){
|
||||
$devicetype = 'generic';
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$devicetype = 'block' if path_is_scsi($path);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user