mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 23:07:44 +00:00
hostdev: Fix indentation
This commit is contained in:
parent
a67b14a975
commit
a54de18a54
@ -833,9 +833,10 @@ virHostdevReAttachPCIDevices(virHostdevManagerPtr hostdev_mgr,
|
||||
virPCIDeviceGetUsedBy(activeDev, &usedby_drvname, &usedby_domname);
|
||||
if (STRNEQ_NULLABLE(drv_name, usedby_drvname) ||
|
||||
STRNEQ_NULLABLE(dom_name, usedby_domname)) {
|
||||
virPCIDeviceListDel(pcidevs, dev);
|
||||
continue;
|
||||
}
|
||||
|
||||
virPCIDeviceListDel(pcidevs, dev);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
VIR_DEBUG("Removing PCI device %s from active list",
|
||||
|
Loading…
Reference in New Issue
Block a user