diff options
author | whitespace / reindent <invalid@invalid.invalid> | 2017-07-17 14:03:14 +0200 |
---|---|---|
committer | whitespace / reindent <invalid@invalid.invalid> | 2017-07-17 14:04:07 +0200 |
commit | d62a17aedeb0eebdba98238874bb13d62c48dbf9 (patch) | |
tree | 3b319b1d61c8b85b4d1f06adf8b844bb8a9b5107 /zebra/zebra_ptm_redistribute.h | |
parent | *: add indent control files (diff) | |
download | frr-d62a17aedeb0eebdba98238874bb13d62c48dbf9.tar.xz frr-d62a17aedeb0eebdba98238874bb13d62c48dbf9.zip |
*: reindentreindent-master-after
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'`
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_ptm_redistribute.h')
-rw-r--r-- | zebra/zebra_ptm_redistribute.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zebra/zebra_ptm_redistribute.h b/zebra/zebra_ptm_redistribute.h index ac3873f24..c1b12bd0d 100644 --- a/zebra/zebra_ptm_redistribute.h +++ b/zebra/zebra_ptm_redistribute.h @@ -21,7 +21,7 @@ #ifndef _ZEBRA_PTM_REDISTRIBUTE_H #define _ZEBRA_PTM_REDISTRIBUTE_H -extern void zebra_interface_bfd_update (struct interface *, struct prefix *, - struct prefix *, int, vrf_id_t); -extern void zebra_bfd_peer_replay_req (void); +extern void zebra_interface_bfd_update(struct interface *, struct prefix *, + struct prefix *, int, vrf_id_t); +extern void zebra_bfd_peer_replay_req(void); #endif /* _ZEBRA_PTM_REDISTRIBUTE_H */ |