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.
This commit is contained in:
Ján Tomko 2017-09-26 17:10:51 +02:00
parent 6801da940e
commit 01f86fb301

View File

@ -1797,7 +1797,7 @@ qemuDomainObjPrivateXMLFormatVcpus(virBufferPtr buf,
static int
qemuDomainObjPrivateXMLFormatAutomaticPlacement(virBufferPtr buf,
qemuDomainObjPrivatePtr priv)
qemuDomainObjPrivatePtr priv)
{
char *nodeset = NULL;
char *cpuset = NULL;