conf: fix indentation

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina 2017-02-10 16:13:32 +01:00
parent b4c7310633
commit 2b5dcda7a9

View File

@ -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;
}