]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Whitespace.
authorRoy Marples <roy@marples.name>
Sat, 7 May 2016 21:27:34 +0000 (21:27 +0000)
committerRoy Marples <roy@marples.name>
Sat, 7 May 2016 21:27:34 +0000 (21:27 +0000)
ipv6.c

diff --git a/ipv6.c b/ipv6.c
index 1c4ffefa269c7be6828936d1737657e5b231ff29..34965e5b5f291ccc9498ff74e78efa060be64cf0 100644 (file)
--- a/ipv6.c
+++ b/ipv6.c
@@ -1439,7 +1439,7 @@ ipv6_startstatic(struct interface *ifp)
                ia = ipv6_newaddr(ifp, &ifp->options->req_addr6,
                    ifp->options->req_prefix_len);
                if (ia == NULL)
-                       return -1;
+                       return -1;
                state = IPV6_STATE(ifp);
                TAILQ_INSERT_TAIL(&state->addrs, ia, next);
                run_script = 0;