mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
qemu: Fix damaged whitespace
After deleting "WithDriver" from the async job function the code was unaligned.
This commit is contained in:
parent
eb5fe55634
commit
6c23d60961
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user