diff options
| author | Andrew Cooks <acooks.at.bda@gmail.com> | 2024-09-11 20:27:08 +1000 |
|---|---|---|
| committer | Andrew Cooks <acooks.at.bda@gmail.com> | 2024-09-16 18:38:17 +1000 |
| commit | b2526ddc3f992bb6e2dcc95fad9bbbd8c23b0bdf (patch) | |
| tree | 655feab19fecafee0a72cd0094b85e028488da19 /ospf6d/ospf6_intra.c | |
| parent | 9eef5e64833c9f2727914cec1a3355c31c2952b9 (diff) | |
ospf6d: apply CI style suggestions
Apply formatting changes suggested by CI frrbot.
Signed-off-by: Andrew Cooks <acooks.at.bda@gmail.com>
Diffstat (limited to 'ospf6d/ospf6_intra.c')
| -rw-r--r-- | ospf6d/ospf6_intra.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ospf6d/ospf6_intra.c b/ospf6d/ospf6_intra.c index e3c76b971c..324cd7abe8 100644 --- a/ospf6d/ospf6_intra.c +++ b/ospf6d/ospf6_intra.c @@ -592,8 +592,6 @@ static char *ospf6_link_lsa_get_prefix_str(struct ospf6_lsa *lsa, char *buf, inet_ntop(AF_INET6, &in6, buf, buflen); return buf; - - } static int ospf6_link_lsa_show(struct vty *vty, struct ospf6_lsa *lsa, |
