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
Show replies by date