summaryrefslogtreecommitdiff
path: root/zebra/zebra_rib.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-10-05 10:26:07 -0400
committerDonald Sharp <sharpd@nvidia.com>2022-12-12 10:44:57 -0500
commit871a16cd7e3671fccf00fc10c1a64dc56f575dd8 (patch)
tree9dcf33d475208eb678462d4c3be41129e2b02246 /zebra/zebra_rib.c
parentf2b72ef4740136a59a5bb81f8a8c654b092f8e54 (diff)
zebra: Return statements do not use paranthesis
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_rib.c')
-rw-r--r--zebra/zebra_rib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c
index 656588bb82..c3ab47cf40 100644
--- a/zebra/zebra_rib.c
+++ b/zebra/zebra_rib.c
@@ -1523,8 +1523,7 @@ static bool rib_route_match_ctx(const struct route_entry *re,
}
done:
-
- return (result);
+ return result;
}
static void zebra_rib_fixup_system(struct route_node *rn)