summaryrefslogtreecommitdiff
path: root/sys/netinet6/icmp6.c
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2022-12-10 22:16:25 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2022-12-10 22:16:25 +0000
commit9b6d92d93335d0116e16a7dcc035421ce94b0b72 (patch)
treea8d534bf45e4a8709d7b7b2de604ead4ce2ee71c /sys/netinet6/icmp6.c
parent5e0ad382488cbf7746224e17027495b4d8d05cbb (diff)
zap 68 trailing spaces from a single line
Diffstat (limited to 'sys/netinet6/icmp6.c')
-rw-r--r--sys/netinet6/icmp6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c
index 6274685a024..25c94b03b8c 100644
--- a/sys/netinet6/icmp6.c
+++ b/sys/netinet6/icmp6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: icmp6.c,v 1.244 2022/12/10 21:26:21 kn Exp $ */
+/* $OpenBSD: icmp6.c,v 1.245 2022/12/10 22:16:24 kn Exp $ */
/* $KAME: icmp6.c,v 1.217 2001/06/20 15:03:29 jinmei Exp $ */
/*
@@ -381,7 +381,7 @@ icmp6_error(struct mbuf *m, int type, int code, int param)
if (!icmp6_reflect(&n, sizeof(struct ip6_hdr), NULL))
ip6_send(n);
}
-}
+}
/*
* Process a received ICMP6 message.