zebra: Return statements do not use paranthesis

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2022-10-05 10:26:07 -04:00
parent f2b72ef474
commit 871a16cd7e

View File

@ -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)