diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-10-05 10:26:07 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-12-12 10:44:57 -0500 |
| commit | 871a16cd7e3671fccf00fc10c1a64dc56f575dd8 (patch) | |
| tree | 9dcf33d475208eb678462d4c3be41129e2b02246 /zebra/zebra_rib.c | |
| parent | f2b72ef4740136a59a5bb81f8a8c654b092f8e54 (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.c | 3 |
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) |
