From cbd10126ed8e7ad916a02aaa49dd7803a9652d27 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 29 Oct 2012 14:38:24 +0100 Subject: [PATCH] util: Re-format literal strings in virXMLEmitWarning And drop a stray space at the end of the first line of the warning. --- 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 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; -- GitLab