From: Peter Krempa Date: Mon, 29 Oct 2012 13:38:24 +0000 (+0100) Subject: util: Re-format literal strings in virXMLEmitWarning X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cbd10126ed8e7ad916a02aaa49dd7803a9652d27;p=libvirt.git util: Re-format literal strings in virXMLEmitWarning And drop a stray space at the end of the first line of the warning. --- diff --git a/src/util/xml.c b/src/util/xml.c index dad922715d..30323b39e5 100644 --- a/src/util/xml.c +++ b/src/util/xml.c @@ -796,13 +796,15 @@ static int virXMLEmitWarning(int fd, const char *cmd) { size_t len; - const char *prologue = "\n\n"; + const char *prologue = + "\n\n"; if (fd < 0 || !cmd) { errno = EINVAL;