[libvirt] [PATCH] qemu: adjust indentation of qemuDomainObjPrivateXMLFormatAutomaticPlacement

Ján Tomko jtomko at redhat.com
Tue Sep 26 15:14:10 UTC 2017


Commit 6801da94 fixed the typo in the function name, but forgot
to adjust the indentation level of the next line.
---

Pushed as trivial.

 src/qemu/qemu_domain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c
index a095d6e98..0b094a15e 100644
--- a/src/qemu/qemu_domain.c
+++ b/src/qemu/qemu_domain.c
@@ -1797,7 +1797,7 @@ qemuDomainObjPrivateXMLFormatVcpus(virBufferPtr buf,
 
 static int
 qemuDomainObjPrivateXMLFormatAutomaticPlacement(virBufferPtr buf,
-                                                 qemuDomainObjPrivatePtr priv)
+                                                qemuDomainObjPrivatePtr priv)
 {
     char *nodeset = NULL;
     char *cpuset = NULL;
-- 
2.13.0




More information about the libvir-list mailing list