diff options
| author | Pavel Janík | 2001-12-30 22:09:01 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-30 22:09:01 +0000 |
| commit | 80b2cbf2639beea20ab88681feb0a5972fe3e896 (patch) | |
| tree | 59ad6df76ad739ca1d32fda210b76989c9621722 /lib-src/profile.c | |
| parent | 9d8f0a614a1f6719f182c7ebdb59319487aeb087 (diff) | |
| download | emacs-80b2cbf2639beea20ab88681feb0a5972fe3e896.tar.gz emacs-80b2cbf2639beea20ab88681feb0a5972fe3e896.zip | |
Remove unnecessary whitespaces.
Diffstat (limited to 'lib-src/profile.c')
| -rw-r--r-- | lib-src/profile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/profile.c b/lib-src/profile.c index 9c3ebcef539..e2fa4793b63 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c | |||
| @@ -63,7 +63,7 @@ get_time () | |||
| 63 | } | 63 | } |
| 64 | 64 | ||
| 65 | #if ! defined (HAVE_GETTIMEOFDAY) && defined (HAVE_TIMEVAL) | 65 | #if ! defined (HAVE_GETTIMEOFDAY) && defined (HAVE_TIMEVAL) |
| 66 | 66 | ||
| 67 | /* ARGSUSED */ | 67 | /* ARGSUSED */ |
| 68 | gettimeofday (tp, tzp) | 68 | gettimeofday (tp, tzp) |
| 69 | struct timeval *tp; | 69 | struct timeval *tp; |
| @@ -71,12 +71,12 @@ gettimeofday (tp, tzp) | |||
| 71 | { | 71 | { |
| 72 | extern long time (); | 72 | extern long time (); |
| 73 | 73 | ||
| 74 | tp->tv_sec = time ((long *)0); | 74 | tp->tv_sec = time ((long *)0); |
| 75 | tp->tv_usec = 0; | 75 | tp->tv_usec = 0; |
| 76 | if (tzp != 0) | 76 | if (tzp != 0) |
| 77 | tzp->tz_minuteswest = -1; | 77 | tzp->tz_minuteswest = -1; |
| 78 | } | 78 | } |
| 79 | 79 | ||
| 80 | #endif | 80 | #endif |
| 81 | 81 | ||
| 82 | int | 82 | int |