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 /zebra/zebra_srv6.h | |
| parent | c5a044e0551fc607fdfe950ddefcc351d8a4f15d (diff) | |
*: fix code format accourding to checkpatch
Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
Diffstat (limited to 'zebra/zebra_srv6.h')
| -rw-r--r-- | zebra/zebra_srv6.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/zebra_srv6.h b/zebra/zebra_srv6.h index 751cee6e70..84fcc305bc 100644 --- a/zebra/zebra_srv6.h +++ b/zebra/zebra_srv6.h @@ -65,7 +65,8 @@ extern void zebra_srv6_init(void);  extern struct zebra_srv6 *zebra_srv6_get_default(void);  extern bool zebra_srv6_is_enable(void); -extern void srv6_manager_client_connect_call(struct zserv *client, vrf_id_t vrf_id); +extern void srv6_manager_client_connect_call(struct zserv *client, +					     vrf_id_t vrf_id);  extern void srv6_manager_get_locator_chunk_call(struct srv6_locator **loc,  						struct zserv *client,  						const char *locator_name,  | 
