diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2013-11-14 23:30:24 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2013-11-14 23:30:24 +0000 |
commit | 6d8958560beae88e8c047b4c1e359bc87811ceaf (patch) | |
tree | cbac7011ebbe798bc4afbd3f5759c2cbdbd8e659 /sys | |
parent | e2f3591ee5cbb13269e27b8b606197af4f74051a (diff) |
Clean up tabs and a backslash which seemed to have sneeked in in r1.29.
"clean that little thingy up" deraadt@
Diffstat (limited to 'sys')
-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); |