Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/e8f0dd56812c
branches: trunk
changeset: 984730:e8f0dd56812c
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Jul 20 08:36:11 2021 +0000
description:
Trailing whitespace
diffstat:
sys/sys/timevar.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 7b403a776944 -r e8f0dd56812c sys/sys/timevar.h
--- a/sys/sys/timevar.h Tue Jul 20 05:43:10 2021 +0000
+++ b/sys/sys/timevar.h Tue Jul 20 08:36:11 2021 +0000
@@ -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 @@
* "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 @@
* 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 *);
Home |
Main Index |
Thread Index |
Old Index