]> code.delx.au - gnu-emacs/blobdiff - nt/inc/sys/time.h
Trailing whitespace deleted.
[gnu-emacs] / nt / inc / sys / time.h
index 441b3faa65014f2b4ab5b0f8f49f4b33d48fbb16..881808c5323b9daf0889d5af3a2fbc55c18db8fd 100644 (file)
@@ -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 */