mirror of https://gitee.com/openkylin/libvirt.git
conf: fix indentation
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
b4c7310633
commit
2b5dcda7a9
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue