Re: [libvirt] [PATCH 3/7] conf: Introduce virDomainDiskDefPostParse()

2019-02-15 Thread Andrea Bolognani
On Fri, 2019-02-15 at 14:25 +0100, Ján Tomko wrote: > On Fri, Feb 15, 2019 at 12:55:48PM +0100, Andrea Bolognani wrote: > > @@ -4855,6 +4855,51 @@ virDomainRNGDefPostParse(virDomainRNGDefPtr rng) > > return 0; > > } > > > > + > > ^ Whitespace Watch would worry. That's because I added one

Re: [libvirt] [PATCH 3/7] conf: Introduce virDomainDiskDefPostParse()

2019-02-15 Thread Ján Tomko
On Fri, Feb 15, 2019 at 12:55:48PM +0100, Andrea Bolognani wrote: Minor tweaks to ensure compliance with our coding style. Signed-off-by: Andrea Bolognani --- src/conf/domain_conf.c | 83 -- 1 file changed, 47 insertions(+), 36 deletions(-) diff --git

[libvirt] [PATCH 3/7] conf: Introduce virDomainDiskDefPostParse()

2019-02-15 Thread Andrea Bolognani
Minor tweaks to ensure compliance with our coding style. Signed-off-by: Andrea Bolognani --- src/conf/domain_conf.c | 83 -- 1 file changed, 47 insertions(+), 36 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index