mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
virQEMUCapsComputeCmdFlags: Indent correctly
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>
This commit is contained in:
parent
a08e796bba
commit
50a9099262
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user