
1 Sep
2022
1 Sep
'22
12:53 p.m.
On Tue, Aug 23, 2022 at 18:32:10 +0200, Pavel Hrdina wrote: ...
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/qemu/qemu_block.c | 16 ++++++++++++++++ src/qemu/qemu_block.h | 4 ++++ 2 files changed, 20 insertions(+)
diff --git a/src/qemu/qemu_block.c b/src/qemu/qemu_block.c index ce26afe611..92b0fc9812 100644 --- a/src/qemu/qemu_block.c +++ b/src/qemu/qemu_block.c @@ -3541,3 +3541,19 @@ qemuBlockPivot(virDomainObj *vm,
return ret; } + +int
The rest of this file is consistently using 2 lines between functions.