]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: Fix indention
authorOsier Yang <jyang@redhat.com>
Mon, 5 Mar 2012 10:31:59 +0000 (18:31 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 5 Mar 2012 10:32:53 +0000 (18:32 +0800)
src/qemu/qemu_driver.c

index 2afcc3fc2d5753ea2e55ea8c77241f8c6b9a9ea6..27478c092a833c4fddc0f3dd33f8f89863ff968b 100644 (file)
@@ -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) {