diff options
| author | Stephen Worley <sworley@cumulusnetworks.com> | 2020-07-28 17:36:51 -0400 | 
|---|---|---|
| committer | Stephen Worley <sworley@cumulusnetworks.com> | 2020-09-28 12:41:00 -0400 | 
| commit | ff9aca4f8d70a45e84c5bdf5503b68bea1f74d13 (patch) | |
| tree | 8f3e5ff9b555b0a245df3979a18d4a5d489d6aeb /zebra/rt_netlink.c | |
| parent | 8b2d3a0fb616dcfba71fa8058d5e811eaf421c48 (diff) | |
lib,zebra,sharpd: clang format
Clang format for NHG API and sharpd patches.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'zebra/rt_netlink.c')
| -rw-r--r-- | zebra/rt_netlink.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rt_netlink.c b/zebra/rt_netlink.c index 46de751f95..1ce3c435fe 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(  | 
