mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
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…
x
Reference in New Issue
Block a user