diff options
| author | Hiroki Shirokura <slank.dev@gmail.com> | 2021-02-24 10:47:05 +0000 | 
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2021-06-02 10:24:48 -0400 | 
| commit | 4df9d8592b1631e6cb50e291cab1ff7486467a3d (patch) | |
| tree | b9a5a34549e37434b4be3c9657ab55b17b21d095 /lib/nexthop.h | |
| parent | c5a044e0551fc607fdfe950ddefcc351d8a4f15d (diff) | |
*: fix code format accourding to checkpatch
Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
Diffstat (limited to 'lib/nexthop.h')
| -rw-r--r-- | lib/nexthop.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nexthop.h b/lib/nexthop.h index 8c52631af1..c9af1ff478 100644 --- a/lib/nexthop.h +++ b/lib/nexthop.h @@ -168,7 +168,7 @@ void nexthop_del_labels(struct nexthop *);  void nexthop_add_seg6local(struct nexthop *nexthop, uint32_t action,  			   const struct seg6local_context *ctx);  void nexthop_del_seg6local(struct nexthop *nexthop); -void nexthop_add_seg6(struct nexthop *nexthop, const struct in6_addr* segs); +void nexthop_add_seg6(struct nexthop *nexthop, const struct in6_addr *segs);  void nexthop_del_seg6(struct nexthop *nexthop);  /*  | 
