From ff9aca4f8d70a45e84c5bdf5503b68bea1f74d13 Mon Sep 17 00:00:00 2001 From: Stephen Worley Date: Tue, 28 Jul 2020 17:36:51 -0400 Subject: lib,zebra,sharpd: clang format Clang format for NHG API and sharpd patches. Signed-off-by: Stephen Worley --- zebra/rt_netlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/rt_netlink.c') diff --git a/zebra/rt_netlink.c b/zebra/rt_netlink.c index 46de751f9..1ce3c435f 100644 --- a/zebra/rt_netlink.c +++ b/zebra/rt_netlink.c @@ -2269,7 +2269,7 @@ nexthop_done: nh->vrf_id, label_buf); } - req->nhm.nh_protocol = zebra2proto(type); +req->nhm.nh_protocol = zebra2proto(type); } else if (cmd != RTM_DELNEXTHOP) { flog_err( -- cgit v1.2.3