From 2b5dcda7a9d7f0238be8cf8d2299a93be1e57871 Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Fri, 10 Feb 2017 16:13:32 +0100 Subject: [PATCH] conf: fix indentation Signed-off-by: Pavel Hrdina --- src/conf/domain_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }