From: Stephen Worley Date: Fri, 9 Dec 2022 23:49:54 +0000 (-0500) Subject: sharpd: clang-format style fix X-Git-Tag: base_9.0~402^2~12 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=5b59f4a16ce39ed11024cdc9622a7fae20ddffaf;p=matthieu%2Ffrr.git sharpd: clang-format style fix clang-format style fix Signed-off-by: Stephen Worley --- 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];