1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

parallels: fix formatting errors in parallels driver

This patch fixes several formatting errors, which I
missed before pushing previous patches. Mostly because
of missing cppi package.
This commit is contained in:
Dmitry Guryanov 2015-06-09 17:04:24 +03:00
parent 67913bc6dc
commit ad658a6015
3 changed files with 11 additions and 11 deletions

View File

@ -501,9 +501,9 @@ prlsdkGetDiskInfo(PRL_HANDLE prldisk,
goto cleanup;
/* Let physical devices added to CT look like SATA disks */
if (isCt)
if (isCt) {
ifType = PMS_SATA_DEVICE;
else {
} else {
pret = PrlVmDev_GetIfaceType(prldisk, &ifType);
prlsdkCheckRetGoto(pret, cleanup);
}