Skip to content

Commit 871a16c

Browse files
committed
zebra: Return statements do not use paranthesis
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
1 parent f2b72ef commit 871a16c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

zebra/zebra_rib.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,8 +1523,7 @@ static bool rib_route_match_ctx(const struct route_entry *re,
15231523
}
15241524

15251525
done:
1526-
1527-
return (result);
1526+
return result;
15281527
}
15291528

15301529
static void zebra_rib_fixup_system(struct route_node *rn)

0 commit comments

Comments
 (0)