Module Name: src
Committed By: riastradh
Date: Sun Apr 30 08:45:19 UTC 2023
Modified Files:
src/sys/sys: sdt.h
Log Message:
sys/sdt.h: Nix trailing whitspace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/sys/sdt.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/sys/sdt.h
diff -u src/sys/sys/sdt.h:1.16 src/sys/sys/sdt.h:1.17
--- src/sys/sys/sdt.h:1.16 Sat Apr 29 23:30:18 2023
+++ src/sys/sys/sdt.h Sun Apr 30 08:45:19 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: sdt.h,v 1.16 2023/04/29 23:30:18 kre Exp $ */
+/* $NetBSD: sdt.h,v 1.17 2023/04/30 08:45:19 riastradh Exp $ */
/*-
* Copyright 2006-2008 John Birrell <[email protected]>
@@ -11,7 +11,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE