Re: [PATCH 1/5] virsh: checkpoint & domain-monitor: small refactoring

2021-09-23 Thread Ján Tomko
On a Thursday in 2021, Kristina Hanicova wrote: This patch includes small refactoring such as: * early return in case of an error - helps with indentation * removal of 'else' branch after return - unnecessary * altering code to be more consistent with the rest of the file - function calls

Re: [PATCH 1/5] virsh: checkpoint & domain-monitor: small refactoring

2021-09-23 Thread Peter Krempa
On Thu, Sep 23, 2021 at 17:08:00 +0200, Kristina Hanicova wrote: > This patch includes small refactoring such as: > * early return in case of an error - helps with indentation > * removal of 'else' branch after return - unnecessary > * altering code to be more consistent with the rest of the file

[PATCH 1/5] virsh: checkpoint & domain-monitor: small refactoring

2021-09-23 Thread Kristina Hanicova
This patch includes small refactoring such as: * early return in case of an error - helps with indentation * removal of 'else' branch after return - unnecessary * altering code to be more consistent with the rest of the file - function calls inside of parentheses, etc. * removal of unnecessary