]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Whitespace
authorRoy Marples <roy@marples.name>
Wed, 24 Sep 2014 13:03:11 +0000 (13:03 +0000)
committerRoy Marples <roy@marples.name>
Wed, 24 Sep 2014 13:03:11 +0000 (13:03 +0000)
dhcp6.c

diff --git a/dhcp6.c b/dhcp6.c
index fcbb523c931f5a05b07cf8d94c642cd714459348..9ff78516db66475d9727cca16f331048e96ec8c3 100644 (file)
--- a/dhcp6.c
+++ b/dhcp6.c
@@ -1168,7 +1168,7 @@ dhcp6_dadcompleted(const struct interface *ifp)
        TAILQ_FOREACH(ap, &state->addrs, next) {
                if (ap->flags & IPV6_AF_ADDED &&
                    !(ap->flags & IPV6_AF_DADCOMPLETED))
-                       return 0;
+                       return 0;
        }
        return 1;
 }