]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Whitespace
authorRoy Marples <roy@marples.name>
Tue, 28 Apr 2020 15:37:44 +0000 (16:37 +0100)
committerRoy Marples <roy@marples.name>
Tue, 28 Apr 2020 15:37:44 +0000 (16:37 +0100)
src/if-bsd.c

index e51891128ff1a067a82350e5cd1279898d4102df..42bf74804a69c053cb9f5ae4e7790672078505a6 100644 (file)
@@ -1813,8 +1813,7 @@ if_setup_inet6(const struct interface *ifp)
 #endif
 
 #ifdef ND6_IFF_AUTO_LINKLOCAL
-       /* Unlike the kernel,
-        * dhcpcd make make a stable private address. */
+       /* Unlike the kernel, dhcpcd make make a stable private address. */
        flags &= ~ND6_IFF_AUTO_LINKLOCAL;
 #endif