Tue Jul 20 08:36:11 2021 UTC ()
Trailing whitespace


(skrll)
diff -r1.46 -r1.47 src/sys/sys/timevar.h

cvs diff -r1.46 -r1.47 src/sys/sys/timevar.h (expand / switch to context diff)
--- src/sys/sys/timevar.h 2020/12/08 04:09:38 1.46
+++ src/sys/sys/timevar.h 2021/07/20 08:36:11 1.47
@@ -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 *);