Module Name: src
Committed By: skrll
Date: Tue Jul 20 08:36:11 UTC 2021
Modified Files:
src/sys/sys: timevar.h
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/sys/timevar.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/timevar.h
diff -u src/sys/sys/timevar.h:1.46 src/sys/sys/timevar.h:1.47
--- src/sys/sys/timevar.h:1.46 Tue Dec 8 04:09:38 2020
+++ src/sys/sys/timevar.h Tue Jul 20 08:36:11 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: timevar.h,v 1.46 2020/12/08 04:09:38 thorpej Exp $ */
+/* $NetBSD: timevar.h,v 1.47 2021/07/20 08:36:11 skrll Exp $ */
/*
* Copyright (c) 2005, 2008, 2020 The NetBSD Foundation, Inc.
@@ -154,7 +154,7 @@ extern kmutex_t itimer_mutex; /* XXX */
* "bin" == struct bintime == seconds + 64 bit fraction of seconds.
* "nano" == struct timespec == seconds + nanoseconds.
* "micro" == struct timeval == seconds + microseconds.
- *
+ *
* Functions containing "up" returns time relative to boot and
* should be used for calculating time intervals.
*
@@ -164,8 +164,8 @@ extern kmutex_t itimer_mutex; /* XXX */
* much faster than the functions without "get" prefix and should
* be used where a precision of 1/HZ (eg 10 msec on a 100HZ machine)
* is acceptable or where performance is priority.
- * (NB: "precision", _not_ "resolution" !)
- *
+ * (NB: "precision", _not_ "resolution" !)
+ *
*/
void binuptime(struct bintime *);