comparison lib-src/profile.c @ 10087:20769d80bc88

(get_time): Fix up whitespace.
author Richard M. Stallman <rms@gnu.org>
date Mon, 28 Nov 1994 21:03:41 +0000
parents be7b66e2cb98
children 48786c683506
comparison
equal deleted inserted replaced
10086:77b5eb8fc9e3 10087:20769d80bc88
55 { 55 {
56 if (watch_not_started) 56 if (watch_not_started)
57 exit (1); /* call reset_watch first ! */ 57 exit (1); /* call reset_watch first ! */
58 EMACS_GET_TIME (TV2); 58 EMACS_GET_TIME (TV2);
59 EMACS_SUB_TIME (TV2, TV2, TV1); 59 EMACS_SUB_TIME (TV2, TV2, TV1);
60 sprintf (time_string, "%lu.%06lu", EMACS_SECS(TV2), EMACS_USECS(TV2)); 60 sprintf (time_string, "%lu.%06lu", EMACS_SECS (TV2), EMACS_USECS (TV2));
61 return time_string; 61 return time_string;
62 } 62 }
63 63
64 void 64 void
65 main () 65 main ()