diff lib-src/profile.c @ 42439:d8a417105504

Remove unnecessary whitespaces.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 30 Dec 2001 22:09:01 +0000
parents cbfae3e04e1c
children 23a1cea22d13
line wrap: on
line diff
--- a/lib-src/profile.c	Sun Dec 30 22:07:35 2001 +0000
+++ b/lib-src/profile.c	Sun Dec 30 22:09:01 2001 +0000
@@ -63,7 +63,7 @@
 }
 
 #if ! defined (HAVE_GETTIMEOFDAY) && defined (HAVE_TIMEVAL)
- 
+
 /* ARGSUSED */
 gettimeofday (tp, tzp)
      struct timeval *tp;
@@ -71,12 +71,12 @@
 {
   extern long time ();
 
-  tp->tv_sec = time ((long *)0);    
+  tp->tv_sec = time ((long *)0);
   tp->tv_usec = 0;
   if (tzp != 0)
     tzp->tz_minuteswest = -1;
 }
- 
+
 #endif
 
 int