From 9d303b37d73b8fe2bef310d8d9ca1acad23c2501 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sat, 22 Jul 2017 14:52:33 +0200 Subject: Revert "*: reindent pt. 2" This reverts commit c14777c6bfd0a446c85243d3a9835054a259c276. clang 5 is not widely available enough for people to indent with. This is particularly problematic when rebasing/adjusting branches. Signed-off-by: David Lamparter --- ospfd/ospf_route.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'ospfd/ospf_route.c') diff --git a/ospfd/ospf_route.c b/ospfd/ospf_route.c index 020dfe9d4..9c4dca2e2 100644 --- a/ospfd/ospf_route.c +++ b/ospfd/ospf_route.c @@ -229,16 +229,18 @@ static void ospf_route_delete_uniq(struct route_table *rt, or->path_type == OSPF_PATH_INTER_AREA) { if (or->type == OSPF_DESTINATION_NETWORK) { if (!ospf_route_exist_new_table( - cmprt, (struct prefix_ipv4 - *)&rn->p)) + cmprt, + (struct prefix_ipv4 *)&rn + ->p)) ospf_zebra_delete( (struct prefix_ipv4 *)&rn->p, or); } else if (or->type == OSPF_DESTINATION_DISCARD) if (!ospf_route_exist_new_table( - cmprt, (struct prefix_ipv4 - *)&rn->p)) + cmprt, + (struct prefix_ipv4 *)&rn + ->p)) ospf_zebra_delete_discard( (struct prefix_ipv4 *)&rn->p); -- cgit v1.2.3