qemu_driver: Fix indentation in qemuDomainGetStatsVcpu

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander 2022-10-19 14:41:39 +02:00
parent ad5a9fbb97
commit d057b0bfc4

View File

@ -17979,9 +17979,9 @@ qemuDomainGetStatsVcpu(virQEMUDriver *driver G_GNUC_UNUSED,
if (HAVE_JOB(privflags) && virDomainObjIsActive(dom) && if (HAVE_JOB(privflags) && virDomainObjIsActive(dom) &&
qemuDomainRefreshVcpuHalted(dom, VIR_ASYNC_JOB_NONE) < 0) { qemuDomainRefreshVcpuHalted(dom, VIR_ASYNC_JOB_NONE) < 0) {
/* it's ok to be silent and go ahead, because halted vcpu info /* it's ok to be silent and go ahead, because halted vcpu info
* wasn't here from the beginning */ * wasn't here from the beginning */
virResetLastError(); virResetLastError();
} }
if (qemuDomainHelperGetVcpus(dom, cpuinfo, cpuwait, cpudelay, if (qemuDomainHelperGetVcpus(dom, cpuinfo, cpuwait, cpudelay,