diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-17 19:28:17 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-17 19:29:58 +0100 |
commit | 044506e7f89a13efe2e0d51febd1f027da85aeda (patch) | |
tree | 31d8c971cad770114ae785fe45d170175390341a /ospfd/ospf_ia.c | |
parent | Merge pull request #1634 from qlyoung/vtysh-output-file (diff) | |
download | frr-044506e7f89a13efe2e0d51febd1f027da85aeda.tar.xz frr-044506e7f89a13efe2e0d51febd1f027da85aeda.zip |
ospfd: LSDB_LOOP treat it as a loop.
Inform the .clang-format file about LSDB_LOOP and
put the proper indentation for this loop into the
code.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_ia.c')
-rw-r--r-- | ospfd/ospf_ia.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfd/ospf_ia.c b/ospfd/ospf_ia.c index c65d8b874..e570f3337 100644 --- a/ospfd/ospf_ia.c +++ b/ospfd/ospf_ia.c @@ -283,7 +283,7 @@ static void ospf_examine_summaries(struct ospf_area *area, struct route_node *rn; LSDB_LOOP(lsdb_rt, rn, lsa) - process_summary_lsa(area, rt, rtrs, lsa); + process_summary_lsa(area, rt, rtrs, lsa); } int ospf_area_is_transit(struct ospf_area *area) @@ -583,7 +583,7 @@ static void ospf_examine_transit_summaries(struct ospf_area *area, struct route_node *rn; LSDB_LOOP(lsdb_rt, rn, lsa) - process_transit_summary_lsa(area, rt, rtrs, lsa); + process_transit_summary_lsa(area, rt, rtrs, lsa); } void ospf_ia_routing(struct ospf *ospf, struct route_table *rt, |