summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_evpn_vty.h
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2017-01-27 08:25:27 +0100
committerPhilippe Guibert <philippe.guibert@6wind.com>2017-02-14 13:58:59 +0100
commit4d0e6ece4bcd2a39d03e6c8d3fe7109601a22286 (patch)
tree541d2b72f6a1da3560600fc2b0be96d22e7eb64c /bgpd/bgp_evpn_vty.h
parentbgpd: remove HAVE_EVPN references (diff)
downloadfrr-4d0e6ece4bcd2a39d03e6c8d3fe7109601a22286.tar.xz
frr-4d0e6ece4bcd2a39d03e6c8d3fe7109601a22286.zip
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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/bgpd/bgp_evpn_vty.h b/bgpd/bgp_evpn_vty.h
index ed654d90b..11e93a528 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 */