提交 2b5dcda7 编写于 作者: P Pavel Hrdina

conf: fix indentation

Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
上级 b4c73106
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册