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 /eigrpd/eigrp_routemap.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 'eigrpd/eigrp_routemap.h')
-rw-r--r-- | eigrpd/eigrp_routemap.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/eigrpd/eigrp_routemap.h b/eigrpd/eigrp_routemap.h index 0fee25b9a..f378d88cd 100644 --- a/eigrpd/eigrp_routemap.h +++ b/eigrpd/eigrp_routemap.h @@ -8,11 +8,11 @@ #ifndef EIGRPD_EIGRP_ROUTEMAP_H_ #define EIGRPD_EIGRP_ROUTEMAP_H_ -extern void eigrp_route_map_update (const char *); -extern void eigrp_route_map_init (); -extern void eigrp_if_rmap_update (struct if_rmap *); -extern void eigrp_if_rmap_update_interface (struct interface *); -extern void eigrp_routemap_update_redistribute (void); -extern void eigrp_rmap_update (const char *); +extern void eigrp_route_map_update(const char *); +extern void eigrp_route_map_init(); +extern void eigrp_if_rmap_update(struct if_rmap *); +extern void eigrp_if_rmap_update_interface(struct interface *); +extern void eigrp_routemap_update_redistribute(void); +extern void eigrp_rmap_update(const char *); #endif /* EIGRPD_EIGRP_ROUTEMAP_H_ */ |