From 871a16cd7e3671fccf00fc10c1a64dc56f575dd8 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 5 Oct 2022 10:26:07 -0400 Subject: [PATCH] zebra: Return statements do not use paranthesis Signed-off-by: Donald Sharp --- zebra/zebra_rib.c | 3 +-- 1 file changed, 1 insertion(+), 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)