mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
Remove tab from previous commit
This commit is contained in:
parent
45cd9aa2d4
commit
b3f6f8ba19
@ -160,8 +160,8 @@ vmwareConnectOpen(virConnectPtr conn,
|
||||
for (i = 0; i < VMWARE_DRIVER_LAST; i++) {
|
||||
if (STREQ(tmp, vmwareDriverTypeToString(i))) {
|
||||
driver->type = i;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (driver->type == -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user