From d62a17aedeb0eebdba98238874bb13d62c48dbf9 Mon Sep 17 00:00:00 2001 From: whitespace / reindent Date: Mon, 17 Jul 2017 14:03:14 +0200 Subject: *: reindent indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter --- bgpd/rfapi/vnc_export_bgp.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bgpd/rfapi/vnc_export_bgp.h') diff --git a/bgpd/rfapi/vnc_export_bgp.h b/bgpd/rfapi/vnc_export_bgp.h index 7dbbb40e0a..a6f8c82c0d 100644 --- a/bgpd/rfapi/vnc_export_bgp.h +++ b/bgpd/rfapi/vnc_export_bgp.h @@ -1,4 +1,4 @@ -/* +/* * * Copyright 2009-2016, LabN Consulting, L.L.C. * @@ -28,14 +28,14 @@ #include "bgpd/bgp_route.h" -extern void vnc_direct_bgp_rh_reexport (struct bgp *bgp, afi_t afi); +extern void vnc_direct_bgp_rh_reexport(struct bgp *bgp, afi_t afi); -extern void vnc_export_bgp_prechange (struct bgp *bgp); +extern void vnc_export_bgp_prechange(struct bgp *bgp); -extern void vnc_export_bgp_postchange (struct bgp *bgp); +extern void vnc_export_bgp_postchange(struct bgp *bgp); -extern void vnc_export_bgp_enable (struct bgp *bgp, afi_t afi); +extern void vnc_export_bgp_enable(struct bgp *bgp, afi_t afi); -extern void vnc_export_bgp_disable (struct bgp *bgp, afi_t afi); +extern void vnc_export_bgp_disable(struct bgp *bgp, afi_t afi); #endif /* _QUAGGA_RFAPI_VNC_EXPORT_BGP_H_ */ -- cgit v1.2.3