summaryrefslogtreecommitdiffstats
path: root/ipv6.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-05-07 21:27:34 +0000
committerRoy Marples <roy@marples.name>2016-05-07 21:27:34 +0000
commit0849a191c3fe8003c027caf5a20f27ce2f34b683 (patch)
tree0d46dafc6b856360c88ee800626fe92eda078c88 /ipv6.c
parent341465c660657f4753477290af86a386e4962c7b (diff)
downloaddhcpcd-0849a191c3fe8003c027caf5a20f27ce2f34b683.tar.xz
Whitespace.
Diffstat (limited to 'ipv6.c')
-rw-r--r--ipv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipv6.c b/ipv6.c
index 1c4ffefa..34965e5b 100644
--- 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;