From 0849a191c3fe8003c027caf5a20f27ce2f34b683 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 7 May 2016 21:27:34 +0000 Subject: [PATCH] Whitespace. --- ipv6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3