diff nt/inc/sys/time.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents fa66d09c3310
children 695cf19ef79e
line wrap: on
line diff
--- a/nt/inc/sys/time.h	Tue Feb 04 13:30:45 2003 +0000
+++ b/nt/inc/sys/time.h	Tue Feb 04 14:56:31 2003 +0000
@@ -5,12 +5,12 @@
  * sys/time.h doesn't exist on NT
  */
 
-struct timeval 
+struct timeval
   {
     long tv_sec;	/* seconds */
     long tv_usec;	/* microseconds */
   };
-struct timezone 
+struct timezone
   {
     int	tz_minuteswest;	/* minutes west of Greenwich */
     int	tz_dsttime;	/* type of dst correction */