]> code.delx.au - gnu-emacs/blobdiff - lib-src/profile.c
2002-08-04 Andrew Choi <akochoi@shaw.ca>
[gnu-emacs] / lib-src / profile.c
index 9c3ebcef5390d01137f4d507237d5555552f3846..e2fa4793b63792c7dae20acc82569ef11e3fb948 100644 (file)
@@ -63,7 +63,7 @@ get_time ()
 }
 
 #if ! defined (HAVE_GETTIMEOFDAY) && defined (HAVE_TIMEVAL)
+
 /* ARGSUSED */
 gettimeofday (tp, tzp)
      struct timeval *tp;
@@ -71,12 +71,12 @@ gettimeofday (tp, tzp)
 {
   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
 \f
 int