summaryrefslogtreecommitdiff
path: root/bgpd/bgp_vpn.h
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 /bgpd/bgp_vpn.h
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 'bgpd/bgp_vpn.h')
-rw-r--r--bgpd/bgp_vpn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bgpd/bgp_vpn.h b/bgpd/bgp_vpn.h
index fcccd45c7e..d2a2cb4a5e 100644
--- a/bgpd/bgp_vpn.h
+++ b/bgpd/bgp_vpn.h
@@ -23,8 +23,8 @@
#include <zebra.h>
-extern int
-show_adj_route_vpn (struct vty *vty, struct peer *peer, struct prefix_rd *prd,
- afi_t afi, safi_t safi, u_char use_json);
+extern int show_adj_route_vpn(struct vty *vty, struct peer *peer,
+ struct prefix_rd *prd, afi_t afi, safi_t safi,
+ u_char use_json);
#endif /* _QUAGGA_BGP_VPN_H */