fix coding style

This commit is contained in:
Dietmar Maurer 2013-07-15 13:11:28 +02:00
parent be19058305
commit 29b1952991

View File

@ -1059,8 +1059,7 @@ sub print_drivedevice_full {
if($path =~ m/^iscsi\:\/\//){
$devicetype = 'generic';
}
else {
} else {
$devicetype = 'block' if path_is_scsi($path);
}
}