diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-11-28 21:03:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-11-28 21:03:41 +0000 |
commit | dcac57c46bcee9e46121b9fc2de3fc39e1e417a6 (patch) | |
tree | 73da71a2125f4d7d5a14fe4cf233ef187785ece9 /lib-src/profile.c | |
parent | 94b2c8802c7f26951b2df24e56ae0e63bb243fb7 (diff) | |
download | emacs-dcac57c46bcee9e46121b9fc2de3fc39e1e417a6.tar.gz |
(get_time): Fix up whitespace.
Diffstat (limited to 'lib-src/profile.c')
-rw-r--r-- | lib-src/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/profile.c b/lib-src/profile.c index d9585f3af87..d0c4b93a0d5 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c @@ -57,7 +57,7 @@ get_time () exit (1); /* call reset_watch first ! */ EMACS_GET_TIME (TV2); EMACS_SUB_TIME (TV2, TV2, TV1); - sprintf (time_string, "%lu.%06lu", EMACS_SECS(TV2), EMACS_USECS(TV2)); + sprintf (time_string, "%lu.%06lu", EMACS_SECS (TV2), EMACS_USECS (TV2)); return time_string; } |