Re: [PATCH v2 7/8] domain_conf: rewrite conditions in virDomainObjWaitUntil()

2022-07-21 Thread Martin Kletzander
On Thu, Jul 21, 2022 at 12:45:52PM +0200, Kristina Hanicova wrote: This patch rewrites conditions to make the code easier and less structured. "less structured" bears a negative connotation, but I must say the code is very easy now =D ;) s/easier/easier to read/; s/structured/nested/ Signed

[PATCH v2 7/8] domain_conf: rewrite conditions in virDomainObjWaitUntil()

2022-07-21 Thread Kristina Hanicova
This patch rewrites conditions to make the code easier and less structured. Signed-off-by: Kristina Hanicova --- src/conf/domain_conf.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 507bff953c..bbe657448