diff options
| author | Stephen Worley <sworley@nvidia.com> | 2022-12-09 18:51:22 -0500 |
|---|---|---|
| committer | Stephen Worley <sworley@nvidia.com> | 2023-02-13 18:12:05 -0500 |
| commit | 0bbad9d19aef7882bbf962560579db5fc446b0ab (patch) | |
| tree | 1f91e5b79403422927039b6ec2fb3086c0816f5c /zebra/interface.c | |
| parent | 5b59f4a16ce39ed11024cdc9622a7fae20ddffaf (diff) | |
zebra: clang-format style fixes
clang-format style fixes
Signed-off-by: Stephen Worley <sworley@nvidia.com>
Diffstat (limited to 'zebra/interface.c')
| -rw-r--r-- | zebra/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/interface.c b/zebra/interface.c index 5e63a7bb5a..2e6ee65e92 100644 --- a/zebra/interface.c +++ b/zebra/interface.c @@ -1911,7 +1911,7 @@ static void zebra_vxlan_if_vni_hash_dump_vty(struct hash_bucket *bucket, struct zebra_vxlan_vni *vni; vni = (struct zebra_vxlan_vni *)bucket->data; - vty = (struct vty *) ctxt; + vty = (struct vty *)ctxt; zebra_vxlan_if_vni_dump_vty(vty, vni); } |
