From: kn Date: Sat, 10 Dec 2022 22:16:24 +0000 (+0000) Subject: zap 68 trailing spaces from a single line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b4dfd86db0e3f5a42627de2cccdf1bb38eb6a4be;p=openbsd zap 68 trailing spaces from a single line --- 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.