]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: fix DEFUN formatting wrecked by clang
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 25 Apr 2024 09:45:19 +0000 (11:45 +0200)
committerton31337 <3352707+ton31337@users.noreply.github.com>
Sat, 4 May 2024 14:07:55 +0000 (14:07 +0000)
commitb12af0d5cd0215ff2a952e4c774ebdaf2fcad556
treef05a331c52b6e6d529b76b2337edf109c828593a
parentc1ed2ac7542d1571d73fb66a1f4fc702b93387ff
ospf6d: fix DEFUN formatting wrecked by clang

clang-format doesn't understand `DEFUN` and formats it rather ugly.
Standard approach was to skip these in clang-format, which hasn't
happened here sadly.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit b47657600b4f6975aaaadf860b233d432d325d38)
ospf6d/ospf6_interface.c
ospf6d/ospf6_neighbor.c