summaryrefslogtreecommitdiff
path: root/zebra/zebra_mroute.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 /zebra/zebra_mroute.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 'zebra/zebra_mroute.h')
-rw-r--r--zebra/zebra_mroute.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/zebra/zebra_mroute.h b/zebra/zebra_mroute.h
index eeaf9caf1a..fda97e80d7 100644
--- a/zebra/zebra_mroute.h
+++ b/zebra/zebra_mroute.h
@@ -23,12 +23,12 @@
#define __ZEBRA_MROUTE_H__
struct mcast_route_data {
- struct prefix_sg sg;
- unsigned int ifindex;
- unsigned long long lastused;
+ struct prefix_sg sg;
+ unsigned int ifindex;
+ unsigned long long lastused;
};
-int zebra_ipmr_route_stats (struct zserv *client, int sock, u_short length, struct zebra_vrf *zvf);
+int zebra_ipmr_route_stats(struct zserv *client, int sock, u_short length,
+ struct zebra_vrf *zvf);
#endif
-