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 /ospfd/ospf_ia.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 'ospfd/ospf_ia.h')
-rw-r--r-- | ospfd/ospf_ia.h | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/ospfd/ospf_ia.h b/ospfd/ospf_ia.h index f102545f8..05ad13c06 100644 --- a/ospfd/ospf_ia.h +++ b/ospfd/ospf_ia.h @@ -23,20 +23,22 @@ #define _ZEBRA_OSPF_IA_H /* Macros. */ -#define OSPF_EXAMINE_SUMMARIES_ALL(A,N,R) \ - { \ - ospf_examine_summaries ((A), SUMMARY_LSDB ((A)), (N), (R)); \ - ospf_examine_summaries ((A), ASBR_SUMMARY_LSDB ((A)), (N), (R)); \ +#define OSPF_EXAMINE_SUMMARIES_ALL(A, N, R) \ + { \ + ospf_examine_summaries((A), SUMMARY_LSDB((A)), (N), (R)); \ + ospf_examine_summaries((A), ASBR_SUMMARY_LSDB((A)), (N), (R)); \ } -#define OSPF_EXAMINE_TRANSIT_SUMMARIES_ALL(A,N,R) \ - { \ - ospf_examine_transit_summaries ((A), SUMMARY_LSDB ((A)), (N), (R)); \ - ospf_examine_transit_summaries ((A), ASBR_SUMMARY_LSDB ((A)), (N), (R)); \ +#define OSPF_EXAMINE_TRANSIT_SUMMARIES_ALL(A, N, R) \ + { \ + ospf_examine_transit_summaries((A), SUMMARY_LSDB((A)), (N), \ + (R)); \ + ospf_examine_transit_summaries((A), ASBR_SUMMARY_LSDB((A)), \ + (N), (R)); \ } -extern void ospf_ia_routing (struct ospf *, struct route_table *, - struct route_table *); -extern int ospf_area_is_transit (struct ospf_area *); +extern void ospf_ia_routing(struct ospf *, struct route_table *, + struct route_table *); +extern int ospf_area_is_transit(struct ospf_area *); #endif /* _ZEBRA_OSPF_IA_H */ |