Re: [libvirt] [PATCH 5/7] conf: split out snapshot disk XML formatting

2013-06-19 Thread Ján Tomko
On 06/14/2013 11:38 AM, Martin Kletzander wrote: > On 06/10/2013 02:10 PM, Ján Tomko wrote: >> Just to reduce the indentation levels. Remove the unneeded >> NULL check for disk->file, as virBufferEscapeString doesn't >> print anything with NULL arguments. >> --- >> src/conf/snapshot_conf.c | 53 >

Re: [libvirt] [PATCH 5/7] conf: split out snapshot disk XML formatting

2013-06-14 Thread Martin Kletzander
On 06/10/2013 02:10 PM, Ján Tomko wrote: > Just to reduce the indentation levels. Remove the unneeded > NULL check for disk->file, as virBufferEscapeString doesn't > print anything with NULL arguments. > --- > src/conf/snapshot_conf.c | 53 > ++-- > 1 f

[libvirt] [PATCH 5/7] conf: split out snapshot disk XML formatting

2013-06-10 Thread Ján Tomko
Just to reduce the indentation levels. Remove the unneeded NULL check for disk->file, as virBufferEscapeString doesn't print anything with NULL arguments. --- src/conf/snapshot_conf.c | 53 ++-- 1 file changed, 29 insertions(+), 24 deletions(-) diff --g