mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-31 08:38:16 -05:00
Fix tab vs space
that broke "make syntax-check" found by http://honk.sigxcpu.org:8001/job/libvirt-syntax-check/157/ Pushed under the build breaker rule.
This commit is contained in:
@@ -3731,7 +3731,7 @@ static int qemudDomainHotplugVcpus(struct qemud_driver *driver,
|
||||
}
|
||||
|
||||
virCgroupFree(&cgroup_vcpu);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
for (i = oldvcpus - 1; i >= nvcpus; i--) {
|
||||
virDomainVcpuPinDefPtr vcpupin = NULL;
|
||||
|
||||
Reference in New Issue
Block a user