summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_forward.c
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-06-09 14:38:40 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-06-09 14:38:40 +0000
commit750f13a6436f9d79d63b7f58f584a092c34aa6dd (patch)
tree99080895802a03e1927f5acf119e6df10c4e8a18 /sys/netinet6/ip6_forward.c
parent2469bc9f944c017520d5a4bf7352004a298f3e44 (diff)
whitespace cleanup
Diffstat (limited to 'sys/netinet6/ip6_forward.c')
-rw-r--r--sys/netinet6/ip6_forward.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_forward.c b/sys/netinet6/ip6_forward.c
index cc0bcdaff5e..a758b5c5515 100644
--- a/sys/netinet6/ip6_forward.c
+++ b/sys/netinet6/ip6_forward.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_forward.c,v 1.23 2002/06/08 21:22:03 itojun Exp $ */
+/* $OpenBSD: ip6_forward.c,v 1.24 2002/06/09 14:38:39 itojun Exp $ */
/* $KAME: ip6_forward.c,v 1.75 2001/06/29 12:42:13 jinmei Exp $ */
/*
@@ -403,7 +403,7 @@ ip6_forward(m, srcrt)
}
m_freem(m);
return;
- }
+ }
if (rt->rt_flags & RTF_GATEWAY)
dst = (struct sockaddr_in6 *)rt->rt_gateway;