Mercurial > emacs
changeset 10087:20769d80bc88
(get_time): Fix up whitespace.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 28 Nov 1994 21:03:41 +0000 |
parents | 77b5eb8fc9e3 |
children | 283559c9d0ad |
files | lib-src/profile.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/profile.c Mon Nov 28 20:31:00 1994 +0000 +++ b/lib-src/profile.c Mon Nov 28 21:03:41 1994 +0000 @@ -57,7 +57,7 @@ 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; }