summaryrefslogtreecommitdiff
path: root/zebra/zebra_l2_null.c
diff options
context:
space:
mode:
authorwhitespace / reindent <invalid@invalid.invalid>2017-07-17 14:03:14 +0200
committerwhitespace / reindent <invalid@invalid.invalid>2017-07-17 14:04:07 +0200
commitd62a17aedeb0eebdba98238874bb13d62c48dbf9 (patch)
tree3b319b1d61c8b85b4d1f06adf8b844bb8a9b5107 /zebra/zebra_l2_null.c
parent888ac268a0077fc9ebd1218cec6ae472af0bfc40 (diff)
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_l2_null.c')
-rw-r--r--zebra/zebra_l2_null.c34
1 files changed, 15 insertions, 19 deletions
diff --git a/zebra/zebra_l2_null.c b/zebra/zebra_l2_null.c
index d50107f65d..c063f77bd4 100644
--- a/zebra/zebra_l2_null.c
+++ b/zebra/zebra_l2_null.c
@@ -29,48 +29,44 @@
#include "zebra/zebra_vrf.h"
#include "zebra/zebra_l2.h"
-void zebra_l2_map_slave_to_bridge (struct zebra_l2info_brslave *br_slave)
+void zebra_l2_map_slave_to_bridge(struct zebra_l2info_brslave *br_slave)
{
}
-void
-zebra_l2_unmap_slave_from_bridge (struct zebra_l2info_brslave *br_slave)
+void zebra_l2_unmap_slave_from_bridge(struct zebra_l2info_brslave *br_slave)
{
}
-void zebra_l2_bridge_add_update (struct interface *ifp,
- struct zebra_l2info_bridge *bridge_info,
- int add)
+void zebra_l2_bridge_add_update(struct interface *ifp,
+ struct zebra_l2info_bridge *bridge_info,
+ int add)
{
}
-void zebra_l2_bridge_del (struct interface *ifp)
+void zebra_l2_bridge_del(struct interface *ifp)
{
}
-void zebra_l2_vlanif_update (struct interface *ifp,
- struct zebra_l2info_vlan *vlan_info)
+void zebra_l2_vlanif_update(struct interface *ifp,
+ struct zebra_l2info_vlan *vlan_info)
{
}
-void zebra_l2_vxlanif_add_update (struct interface *ifp,
- struct zebra_l2info_vxlan *vxlan_info,
- int add)
+void zebra_l2_vxlanif_add_update(struct interface *ifp,
+ struct zebra_l2info_vxlan *vxlan_info, int add)
{
}
-void
-zebra_l2_vxlanif_update_access_vlan (struct interface *ifp,
- vlanid_t access_vlan)
+void zebra_l2_vxlanif_update_access_vlan(struct interface *ifp,
+ vlanid_t access_vlan)
{
}
-void zebra_l2_vxlanif_del (struct interface *ifp)
+void zebra_l2_vxlanif_del(struct interface *ifp)
{
}
-void
-zebra_l2if_update_bridge_slave (struct interface *ifp,
- ifindex_t bridge_ifindex)
+void zebra_l2if_update_bridge_slave(struct interface *ifp,
+ ifindex_t bridge_ifindex)
{
}