]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainSnapshotForEachQcow2Raw: Avoid a level of indentation
authorPeter Krempa <pkrempa@redhat.com>
Mon, 23 Nov 2020 09:22:30 +0000 (10:22 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 24 Nov 2020 16:59:26 +0000 (17:59 +0100)
commitc15ff50da0e8fdbfe4f2379e280956dad93f566b
tree5f07d045a47bf8c5da858545d142b29ac7fba366
parent74ea12da1abde59b06d815dbd3e97032afa3bd26
qemuDomainSnapshotForEachQcow2Raw: Avoid a level of indentation

'continue' the loop if the device is not a disk. Saving the level makes
one of the error messages fit on a single line.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_domain.c