diff options
| author | whitespace / reindent <invalid@invalid.invalid> | 2017-07-17 15:26:02 -0400 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-07-17 15:26:02 -0400 | 
| commit | c14777c6bfd0a446c85243d3a9835054a259c276 (patch) | |
| tree | 2021f7d89a6046f81ff1f44d256ecff28282568f /zebra/zebra_l2.h | |
| parent | f0735da293f2aef7e09cb67c5564d69d7260db9a (diff) | |
*: reindent pt. 2
w/ clang 5
* reflow comments
* struct members go 1 per line
* binpack algo was adjusted
Diffstat (limited to 'zebra/zebra_l2.h')
| -rw-r--r-- | zebra/zebra_l2.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_l2.h b/zebra/zebra_l2.h index d9bbcfed6f..0d0c5aaf22 100644 --- a/zebra/zebra_l2.h +++ b/zebra/zebra_l2.h @@ -67,7 +67,6 @@ union zebra_l2if_info {  #define IS_ZEBRA_IF_BRIDGE_VLAN_AWARE(zif) ((zif)->l2info.br.vlan_aware == 1) -  extern void zebra_l2_map_slave_to_bridge(struct zebra_l2info_brslave *br_slave);  extern void  zebra_l2_unmap_slave_from_bridge(struct zebra_l2info_brslave *br_slave);  | 
