mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: Fix indention
This commit is contained in:
parent
d2c28911f4
commit
1f77472d5b
@ -12136,10 +12136,10 @@ qemuDomainPMSuspendForDuration(virDomainPtr dom,
|
|||||||
if (!qemuCapsGet(priv->qemuCaps, QEMU_CAPS_WAKEUP) &&
|
if (!qemuCapsGet(priv->qemuCaps, QEMU_CAPS_WAKEUP) &&
|
||||||
(target == VIR_NODE_SUSPEND_TARGET_MEM ||
|
(target == VIR_NODE_SUSPEND_TARGET_MEM ||
|
||||||
target == VIR_NODE_SUSPEND_TARGET_HYBRID)) {
|
target == VIR_NODE_SUSPEND_TARGET_HYBRID)) {
|
||||||
qemuReportError(VIR_ERR_ARGUMENT_UNSUPPORTED, "%s",
|
qemuReportError(VIR_ERR_ARGUMENT_UNSUPPORTED, "%s",
|
||||||
_("Unable to suspend domain due to "
|
_("Unable to suspend domain due to "
|
||||||
"missing system_wakeup monitor command"));
|
"missing system_wakeup monitor command"));
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (priv->agentError) {
|
if (priv->agentError) {
|
||||||
|
Loading…
Reference in New Issue
Block a user