mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:02:26 +00:00
zebra: Return statements do not use paranthesis
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
f2b72ef474
commit
871a16cd7e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user