[libvirt] [PATCH] util: Re-format literal strings in virXMLEmitWarning

2012-10-29 Thread Peter Krempa
And drop a stray space at the end of the first line of the warning. --- Yes, some lines exceed 80 columns. --- src/util/xml.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/util/xml.c b/src/util/xml.c index dad9227..30323b3 100644 --- a/src/util/xml.c +++

Re: [libvirt] [PATCH] util: Re-format literal strings in virXMLEmitWarning

2012-10-29 Thread Daniel P. Berrange
On Mon, Oct 29, 2012 at 03:22:05PM +0100, Peter Krempa wrote: And drop a stray space at the end of the first line of the warning. --- Yes, some lines exceed 80 columns. --- src/util/xml.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/util/xml.c

Re: [libvirt] [PATCH] util: Re-format literal strings in virXMLEmitWarning

2012-10-29 Thread Peter Krempa
On 10/29/12 15:23, Daniel P. Berrange wrote: On Mon, Oct 29, 2012 at 03:22:05PM +0100, Peter Krempa wrote: And drop a stray space at the end of the first line of the warning. --- Yes, some lines exceed 80 columns. --- src/util/xml.c | 16 +--- 1 file changed, 9 insertions(+), 7