diff options
author | 2013-11-14 23:30:23 +0000 | |
---|---|---|
committer | 2013-11-14 23:30:23 +0000 | |
commit | 004f17145ddfc530653b74402213ef9150bf73f9 (patch) | |
tree | 79b68a07fb516b03a14ed1509ba7e48752b499f2 | |
parent | cope with the EAGAIN API change for msgbuf_write() (diff) | |
download | wireguard-openbsd-004f17145ddfc530653b74402213ef9150bf73f9.tar.xz wireguard-openbsd-004f17145ddfc530653b74402213ef9150bf73f9.zip |
Clean up tabs and a backslash which seemed to have sneeked in in r1.29.
"clean that little thingy up" deraadt@
-rw-r--r-- | sys/netinet6/mld6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/mld6.c b/sys/netinet6/mld6.c index 70b21840c9d..4a52ccc5b46 100644 --- a/sys/netinet6/mld6.c +++ b/sys/netinet6/mld6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mld6.c,v 1.32 2013/11/11 09:15:35 mpi Exp $ */ +/* $OpenBSD: mld6.c,v 1.33 2013/11/14 23:30:23 patrick Exp $ */ /* $KAME: mld6.c,v 1.26 2001/02/16 14:50:35 itojun Exp $ */ /* @@ -343,7 +343,7 @@ void mld6_checktimer(struct ifnet *ifp) { struct in6_multi *in6m; - struct in6_ifaddr *ia; \ + struct in6_ifaddr *ia; splsoftassert(IPL_SOFTNET); |