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:
parent
3635b41e15
commit
a2b80edbc6
@ -3731,7 +3731,7 @@ static int qemudDomainHotplugVcpus(struct qemud_driver *driver,
|
|||||||
}
|
}
|
||||||
|
|
||||||
virCgroupFree(&cgroup_vcpu);
|
virCgroupFree(&cgroup_vcpu);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
for (i = oldvcpus - 1; i >= nvcpus; i--) {
|
for (i = oldvcpus - 1; i >= nvcpus; i--) {
|
||||||
virDomainVcpuPinDefPtr vcpupin = NULL;
|
virDomainVcpuPinDefPtr vcpupin = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user