]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
virQEMUCapsComputeCmdFlags: Indent correctly
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 22 Jun 2015 08:54:56 +0000 (10:54 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 22 Jun 2015 08:59:06 +0000 (10:59 +0200)
There's a small formatting problem in the function. One line is
not correctly indented. Fix this.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_capabilities.c

index fa68d65b90e5a2afa86f459271611699cae0edc5..e7002a34cf41e6a6e2cacc41f943f513c2a195b7 100644 (file)
@@ -1206,7 +1206,7 @@ virQEMUCapsComputeCmdFlags(const char *help,
         if (version >= 13000) {
             if (strstr(netdev, "bridge"))
                 virQEMUCapsSet(qemuCaps, QEMU_CAPS_NETDEV_BRIDGE);
-           virQEMUCapsSet(qemuCaps, QEMU_CAPS_NETDEV);
+            virQEMUCapsSet(qemuCaps, QEMU_CAPS_NETDEV);
         }
     }