mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 22:25:25 +00:00
qemu: indentation fix
This commit is contained in:
parent
ff96888991
commit
87bbf83f99
@ -7003,7 +7003,7 @@ qemuBuildCommandLine(virConnectPtr conn,
|
||||
virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
|
||||
_("unsupported rtc tickpolicy '%s'"),
|
||||
virDomainTimerTickpolicyTypeToString(def->clock.timers[i]->tickpolicy));
|
||||
goto error;
|
||||
goto error;
|
||||
}
|
||||
} else if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_RTC)
|
||||
&& (def->clock.timers[i]->tickpolicy
|
||||
|
Loading…
Reference in New Issue
Block a user