mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 14:57:42 +00:00
virNetDevOpenvswitchUpdateVlan: Use space for indentation
Breaks syntax-check:
TAB_in_indentation
/home/pipo/libvirt/src/util/virnetdevopenvswitch.c:610: if (virtVlan && virtVlan->nTags > 0)
/home/pipo/libvirt/src/util/virnetdevopenvswitch.c:611: virCommandAddArgList(cmd, "--", "--if-exists", "set", "Port", ifname, NULL);
make: Leaving directory '/home/pipo/build/libvirt/gcc/build-aux'
Fixes: 21c55a45ef
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
21c55a45ef
commit
ee51ab86c2
@ -607,8 +607,8 @@ int virNetDevOpenvswitchUpdateVlan(const char *ifname,
|
||||
"--", "--if-exists", "clear", "Port", ifname, "trunk",
|
||||
"--", "--if-exists", "clear", "Port", ifname, "vlan_mode", NULL);
|
||||
|
||||
if (virtVlan && virtVlan->nTags > 0)
|
||||
virCommandAddArgList(cmd, "--", "--if-exists", "set", "Port", ifname, NULL);
|
||||
if (virtVlan && virtVlan->nTags > 0)
|
||||
virCommandAddArgList(cmd, "--", "--if-exists", "set", "Port", ifname, NULL);
|
||||
|
||||
virNetDevOpenvswitchConstructVlans(cmd, virtVlan);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user