summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-05-20 15:57:49 +0000
committerRoy Marples <roy@marples.name>2016-05-20 15:57:49 +0000
commit74a73b6104b83e5616a6dc0ece627a9a6537d703 (patch)
tree3cc71f0dbba9064d67a2e72f66d6063b0ab381d3
parent6edb205ce406bcb2f0d98ae70209b2374760fdef (diff)
downloaddhcpcd-74a73b6104b83e5616a6dc0ece627a9a6537d703.tar.xz
whitespace police.
-rw-r--r--if-bsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/if-bsd.c b/if-bsd.c
index b3cd7a52..29513dd5 100644
--- a/if-bsd.c
+++ b/if-bsd.c
@@ -906,7 +906,6 @@ if_address6(unsigned char cmd, const struct ipv6_addr *ia)
cmd == RTM_DELADDR ? SIOCDIFADDR_IN6 : SIOCAIFADDR_IN6, &ifa);
}
-
static int
if_copyrt6(struct dhcpcd_ctx *ctx, struct rt6 *rt, struct rt_msghdr *rtm)
{