mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00: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) &&
|
||||
(target == VIR_NODE_SUSPEND_TARGET_MEM ||
|
||||
target == VIR_NODE_SUSPEND_TARGET_HYBRID)) {
|
||||
qemuReportError(VIR_ERR_ARGUMENT_UNSUPPORTED, "%s",
|
||||
_("Unable to suspend domain due to "
|
||||
"missing system_wakeup monitor command"));
|
||||
goto cleanup;
|
||||
qemuReportError(VIR_ERR_ARGUMENT_UNSUPPORTED, "%s",
|
||||
_("Unable to suspend domain due to "
|
||||
"missing system_wakeup monitor command"));
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
if (priv->agentError) {
|
||||
|
Loading…
Reference in New Issue
Block a user