Re: [PATCH] domain_conf: rewrite if else condition

2022-07-20 Thread Michal Prívozník
On 7/20/22 14:42, Kristina Hanicova wrote: > This patch prevents nesting of if conditions and makes the code > cleaner. > > Signed-off-by: Kristina Hanicova > --- > src/conf/domain_conf.c | 50 +- > 1 file changed, 25 insertions(+), 25 deletions(-) > > di

[PATCH] domain_conf: rewrite if else condition

2022-07-20 Thread Kristina Hanicova
This patch prevents nesting of if conditions and makes the code cleaner. Signed-off-by: Kristina Hanicova --- src/conf/domain_conf.c | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c in