]> git.proxmox.com Git - mirror_frr.git/commitdiff
zebra: Return statements do not use paranthesis
authorDonald Sharp <sharpd@nvidia.com>
Wed, 5 Oct 2022 14:26:07 +0000 (10:26 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 12 Dec 2022 15:44:57 +0000 (10:44 -0500)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_rib.c

index 656588bb82925d8a66f690cd6f6bad592335a3d2..c3ab47cf40468ec1a0ab802eb2bf87e5f9f143ab 100644 (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)