diff options
| author | Hiroki Shirokura <slank.dev@gmail.com> | 2021-05-05 10:37:55 +0000 | 
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2021-06-02 10:24:48 -0400 | 
| commit | 2ba6be5b24c9c572d167248004fb1e3c4b57e0a2 (patch) | |
| tree | 2e44e389fffeff103c38090ed1732c8987f78dcb /sharpd/sharp_vty.c | |
| parent | c60c1ade86c1c999f5219c0ebc35374acddb661c (diff) | |
bgpd,sharpd,zebra: fix code style
Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
Diffstat (limited to 'sharpd/sharp_vty.c')
| -rw-r--r-- | sharpd/sharp_vty.c | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/sharpd/sharp_vty.c b/sharpd/sharp_vty.c index 1a3c5f4502..250151b1fa 100644 --- a/sharpd/sharp_vty.c +++ b/sharpd/sharp_vty.c @@ -505,9 +505,10 @@ DEFPY (install_seg6local_routes,  	nexthop_add_srv6_seg6local(&sg.r.nhop, action, &ctx);  	sg.r.vrf_id = vrf->vrf_id; -	sharp_install_routes_helper(&sg.r.orig_prefix, sg.r.vrf_id, sg.r.inst, 0, -				    &sg.r.nhop_group, &sg.r.backup_nhop_group, -				    routes, route_flags, sg.r.opaque); +	sharp_install_routes_helper(&sg.r.orig_prefix, sg.r.vrf_id, sg.r.inst, +				    0, &sg.r.nhop_group, +				    &sg.r.backup_nhop_group, routes, +				    route_flags, sg.r.opaque);  	return CMD_SUCCESS;  }  | 
