Re: [libvirt] [PATCHv5 02/13] Use a separate buffer for
On Wed, Aug 24, 2016 at 00:20:44 +0200, Ján Tomko wrote: > Eliminate the big condition at the start. > Instead use a buffer and only format the element if the buffer > is non-empty. > --- > src/conf/domain_conf.c | 55 > +- > 1 file changed, 27 inse
[libvirt] [PATCHv5 02/13] Use a separate buffer for
Eliminate the big condition at the start. Instead use a buffer and only format the element if the buffer is non-empty. --- src/conf/domain_conf.c | 55 +- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/src/conf/domain_conf.c b/src/co