Skip to content

Commit

Permalink
zebra: Return statements do not use paranthesis
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
  • Loading branch information
donaldsharp committed Dec 12, 2022
1 parent f2b72ef commit 871a16c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zebra/zebra_rib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 871a16c

Please sign in to comment.