From: Ján Tomko Date: Tue, 26 Sep 2017 15:10:51 +0000 (+0200) Subject: qemu: adjust indentation of qemuDomainObjPrivateXMLFormatAutomaticPlacement X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=01f86fb301a55c15c33dd02e6a7e2aac5ecad93d;p=libvirt.git 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. --- 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;