]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
netlink: fix indentation
authorVincent Bernat <vincent@bernat.ch>
Mon, 11 Jul 2022 06:30:35 +0000 (08:30 +0200)
committerVincent Bernat <vincent@bernat.ch>
Mon, 11 Jul 2022 06:30:35 +0000 (08:30 +0200)
src/daemon/netlink.c

index 93bcb53e61d062ee083ff841d8aa95ff272e0522..4ced007a2d1176cffb8ae361282f9f7443936a1c 100644 (file)
@@ -689,7 +689,7 @@ retry:
                                                interfaces_free_address(ifanew);
                                                break;
                                        }
-                                        TAILQ_FOREACH(ifaold, ifas, next) {
+                                       TAILQ_FOREACH(ifaold, ifas, next) {
                                                if ((ifaold->index == ifanew->index) &&
                                                    !memcmp(&ifaold->address, &ifanew->address,
                                                        sizeof(ifaold->address))) break;