From 5b59f4a16ce39ed11024cdc9622a7fae20ddffaf Mon Sep 17 00:00:00 2001 From: Stephen Worley Date: Fri, 9 Dec 2022 18:49:54 -0500 Subject: [PATCH] sharpd: clang-format style fix clang-format style fix Signed-off-by: Stephen Worley --- sharpd/sharp_zebra.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sharpd/sharp_zebra.c b/sharpd/sharp_zebra.c index 0da4804231..fcea484b34 100644 --- a/sharpd/sharp_zebra.c +++ b/sharpd/sharp_zebra.c @@ -272,8 +272,8 @@ static bool route_add(const struct prefix *p, vrf_id_t vrf_id, uint8_t instance, } else { for (ALL_NEXTHOPS_PTR(nhg, nh)) { /* Check if we set a VNI label */ - if (nh->nh_label - && (nh->nh_label_type == ZEBRA_LSP_EVPN)) + if (nh->nh_label && + (nh->nh_label_type == ZEBRA_LSP_EVPN)) SET_FLAG(api.flags, ZEBRA_FLAG_EVPN_ROUTE); api_nh = &api.nexthops[i]; -- 2.39.5