Re: [libvirt] [PATCH v2 1/4] domain config: reduce nesting

2016-02-24 Thread Nikolay Shirokovskiy
Please, disregard this. It's version of the other 1/4 patch which differs only in commit message. On 24.02.2016 11:38, Nikolay Shirokovskiy wrote: > Signed-off-by: Nikolay Shirokovskiy > --- > src/conf/domain_conf.c | 12 +--- > 1 file changed, 5 insertions(+), 7 deletions(-) > > diff

[libvirt] [PATCH v2 1/4] domain config: reduce nesting

2016-02-24 Thread Nikolay Shirokovskiy
Signed-off-by: Nikolay Shirokovskiy --- src/conf/domain_conf.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 0d2957b..d6c33f6 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -2872,13 +2872