Module Name: src
Committed By: riastradh
Date: Fri Dec 6 18:36:09 UTC 2024
Modified Files:
src/sys/netinet: icmp6.h
Log Message:
netinet/icmp6.h: Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/netinet/icmp6.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/netinet/icmp6.h
diff -u src/sys/netinet/icmp6.h:1.60 src/sys/netinet/icmp6.h:1.61
--- src/sys/netinet/icmp6.h:1.60 Fri Dec 6 18:35:52 2024
+++ src/sys/netinet/icmp6.h Fri Dec 6 18:36:09 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: icmp6.h,v 1.60 2024/12/06 18:35:52 riastradh Exp $ */
+/* $NetBSD: icmp6.h,v 1.61 2024/12/06 18:36:09 riastradh Exp $ */
/* $KAME: icmp6.h,v 1.84 2003/04/23 10:26:51 itojun Exp $ */
@@ -761,7 +761,7 @@ static const char * const icmp6_code_tim
static const char * const icmp6_code_paramprob[] = {
"hdr_field", "nxthdr_type", "option", NULL
-};
+};
/* not all informational icmps that have codes have a names array */
#endif