From: Pavel Hrdina Date: Fri, 10 Feb 2017 15:13:32 +0000 (+0100) Subject: conf: fix indentation X-Git-Tag: CVE-2017-2635~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b5dcda7a9d7f0238be8cf8d2299a93be1e57871;p=thirdparty%2Flibvirt.git conf: fix indentation Signed-off-by: Pavel Hrdina --- diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index a56ea82dda..20003a706b 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -15544,7 +15544,7 @@ virDomainIOThreadIDDefParseXML(xmlNodePtr node, if (virStrToLong_uip(tmp, NULL, 10, &iothrid->iothread_id) < 0 || iothrid->iothread_id == 0) { virReportError(VIR_ERR_XML_ERROR, - _("invalid iothread 'id' value '%s'"), tmp); + _("invalid iothread 'id' value '%s'"), tmp); goto error; }