diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2017-01-27 08:25:27 +0100 | 
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2017-02-14 13:58:59 +0100 | 
| commit | 4d0e6ece4bcd2a39d03e6c8d3fe7109601a22286 (patch) | |
| tree | 541d2b72f6a1da3560600fc2b0be96d22e7eb64c /bgpd/bgp_evpn_vty.h | |
| parent | 42362ae230e6a55b876b11d5e72cdb4b24760ca5 (diff) | |
bgpd: indent new evpn code to the frr standards
Using intent tool, and apply to all bgp_evpn files.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'bgpd/bgp_evpn_vty.h')
| -rw-r--r-- | bgpd/bgp_evpn_vty.h | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/bgpd/bgp_evpn_vty.h b/bgpd/bgp_evpn_vty.h index ed654d90b2..11e93a5281 100644 --- a/bgpd/bgp_evpn_vty.h +++ b/bgpd/bgp_evpn_vty.h @@ -21,11 +21,9 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  #ifndef _FRR_BGP_EVPN_VTY_H  #define _FRR_BGP_EVPN_VTY_H -extern void -bgp_ethernetvpn_init (void); +extern void bgp_ethernetvpn_init(void);  #define L2VPN_HELP_STR        "Layer 2 Virtual Private Network\n"  #define EVPN_HELP_STR        "Ethernet Virtual Private Network\n" - -#endif /* _QUAGGA_BGP_EVPN_VTY_H */ +#endif				/* _QUAGGA_BGP_EVPN_VTY_H */  | 
