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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to