]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: adjust indentation of qemuDomainObjPrivateXMLFormatAutomaticPlacement
authorJán Tomko <jtomko@redhat.com>
Tue, 26 Sep 2017 15:10:51 +0000 (17:10 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 26 Sep 2017 15:10:51 +0000 (17:10 +0200)
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

index a095d6e98c59706477069e164211516090d09a3e..0b094a15e4f391a1a88ded86976be85b43a38a26 100644 (file)
@@ -1797,7 +1797,7 @@ qemuDomainObjPrivateXMLFormatVcpus(virBufferPtr buf,
 
 static int
 qemuDomainObjPrivateXMLFormatAutomaticPlacement(virBufferPtr buf,
-                                                 qemuDomainObjPrivatePtr priv)
+                                                qemuDomainObjPrivatePtr priv)
 {
     char *nodeset = NULL;
     char *cpuset = NULL;