[libvirt] [PATCH 01/13] conf: fix indentation

Pavel Hrdina phrdina at redhat.com
Fri Feb 17 14:49:05 UTC 2017


Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 src/conf/domain_conf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index 1bc72a4e90..a179c1e278 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -15538,7 +15538,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;
     }
 
-- 
2.11.1




More information about the libvir-list mailing list