diff options
| author | whitespace / reindent <invalid@invalid.invalid> | 2017-08-09 11:49:42 +0200 | 
|---|---|---|
| committer | whitespace / reindent <invalid@invalid.invalid> | 2017-08-09 12:03:17 +0200 | 
| commit | ac4d0be5874fafd14212d6007fff7495edc9b152 (patch) | |
| tree | 5e2f0d3189de928c849f9983406389ade3b098cb /zebra/zebra_mroute.h | |
| parent | 76a86854181c27819e5cf71b12ae1fa5ccd9e02a (diff) | |
*: reindentreindent-3.0-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_mroute.h')
| -rw-r--r-- | zebra/zebra_mroute.h | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/zebra/zebra_mroute.h b/zebra/zebra_mroute.h index c0bac43a81..b619d50864 100644 --- a/zebra/zebra_mroute.h +++ b/zebra/zebra_mroute.h @@ -24,12 +24,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 -  | 
