[libvirt] [PATCH] qemu: Fix damaged whitespace

Peter Krempa pkrempa at redhat.com
Fri May 31 13:46:30 UTC 2013


After deleting "WithDriver" from the async job function the code was
unaligned.
---

Notes:
    Pushed as trivial.

 src/qemu/qemu_driver.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
index d0dee14..e638e7c 100644
--- a/src/qemu/qemu_driver.c
+++ b/src/qemu/qemu_driver.c
@@ -11460,8 +11460,7 @@ qemuDomainSnapshotCreateActiveExternal(virConnectPtr conn,
     int thaw = 0; /* 1 if freeze succeeded, -1 if freeze failed */
     bool pmsuspended = false;

-    if (qemuDomainObjBeginAsyncJob(driver, vm,
-                                             QEMU_ASYNC_JOB_SNAPSHOT) < 0)
+    if (qemuDomainObjBeginAsyncJob(driver, vm, QEMU_ASYNC_JOB_SNAPSHOT) < 0)
         goto cleanup;

     /* If quiesce was requested, then issue a freeze command, and a
-- 
1.8.2.1




More information about the libvir-list mailing list