diff options
| author | G. Paul Ziemba <paulz@labn.net> | 2018-02-09 10:22:50 -0800 |
|---|---|---|
| committer | G. Paul Ziemba <paulz@labn.net> | 2018-02-09 10:22:50 -0800 |
| commit | a4d82a8adcb8c99625cbf5697c242b42c71f06bb (patch) | |
| tree | 7e15b7ec67af3c15c06a19721f7ab266d374ce7a /bgpd/bgp_debug.h | |
| parent | 9611232b4c2ca2d66adc1b6e5b294ea5b8cec714 (diff) | |
bgpd: ran indent.py on some files prior to bgp vpn-vrf leaking changes
Signed-off-by: G. Paul Ziemba <paulz@labn.net>
Diffstat (limited to 'bgpd/bgp_debug.h')
| -rw-r--r-- | bgpd/bgp_debug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h index 7c773cfafb..765e43f5b4 100644 --- a/bgpd/bgp_debug.h +++ b/bgpd/bgp_debug.h @@ -153,9 +153,9 @@ extern int bgp_debug_zebra(struct prefix *p); extern int bgp_debug_count(void); extern const char *bgp_debug_rdpfxpath2str(afi_t, safi_t, struct prefix_rd *, - union prefixconstptr, - mpls_label_t *, u_int32_t, - int, u_int32_t, char *, int); + union prefixconstptr, mpls_label_t *, + u_int32_t, int, u_int32_t, char *, + int); const char *bgp_notify_admin_message(char *buf, size_t bufsz, u_char *data, size_t datalen); |
