diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 20:55:24 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 20:55:24 +0200 |
| commit | 7c8a5e4b2a7cff7573b1a308daf19d2dbd558a9c (patch) | |
| tree | 2c4774a63ec91d60931d822a7607a5011711c946 /src/gensvm_timer.c | |
| parent | add doc and test to phony (diff) | |
| download | gensvm-7c8a5e4b2a7cff7573b1a308daf19d2dbd558a9c.tar.gz gensvm-7c8a5e4b2a7cff7573b1a308daf19d2dbd558a9c.zip | |
strip whitespaces
Diffstat (limited to 'src/gensvm_timer.c')
| -rw-r--r-- | src/gensvm_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gensvm_timer.c b/src/gensvm_timer.c index a871887..93cd77e 100644 --- a/src/gensvm_timer.c +++ b/src/gensvm_timer.c @@ -31,7 +31,7 @@ double elapsed_time(clock_t s_time, clock_t e_time) * * @details * Create a string for the current system time. Include an offset of UTC for - * consistency. The format of the generated string is "DDD MMM D HH:MM:SS + * consistency. The format of the generated string is "DDD MMM D HH:MM:SS * YYYY (UTC +HH:MM)", e.g. "Fri Aug 9, 12:34:56 2013 (UTC +02:00)". * * @param[in,out] buffer allocated string buffer, on exit contains |
