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:
Guido Günther 2012-10-15 09:15:14 +02:00
parent 3635b41e15
commit a2b80edbc6

View File

@ -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;