]> xenbits.xensource.com Git - libvirt.git/commitdiff
conf: fix indentation
authorPavel Hrdina <phrdina@redhat.com>
Fri, 10 Feb 2017 15:13:32 +0000 (16:13 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 20 Feb 2017 16:30:54 +0000 (17:30 +0100)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/conf/domain_conf.c

index a56ea82ddada0c9c1058889128ecfc7851c0f11e..20003a706b3387112fa4be89a9fd4effa59873da 100644 (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;
     }