From 01f86fb301a55c15c33dd02e6a7e2aac5ecad93d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Tue, 26 Sep 2017 17:10:51 +0200 Subject: [PATCH] qemu: adjust indentation of qemuDomainObjPrivateXMLFormatAutomaticPlacement Commit 6801da94 fixed the typo in the function name, but forgot to adjust the indentation level of the next line. --- 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 a095d6e98c..0b094a15e4 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.47.2