Re: [libvirt PATCH] virsh: Make code flow in cmdManagedSaveRemove more straightforward

2021-09-15 Thread Jonathon Jongsma
Reviewed-by: Jonathon Jongsma On Wed, Sep 15, 2021 at 10:16 AM Jiri Denemark wrote: > > By doing so we can get rid of the code which violates our coding style > guidelines. > > Signed-off-by: Jiri Denemark > --- > tools/virsh-domain.c | 21 +++-- > 1 file changed, 11

[libvirt PATCH] virsh: Make code flow in cmdManagedSaveRemove more straightforward

2021-09-15 Thread Jiri Denemark
By doing so we can get rid of the code which violates our coding style guidelines. Signed-off-by: Jiri Denemark --- tools/virsh-domain.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index