Fix trailing whitespace
This commit is contained in:
parent
a9653c475b
commit
d702068457
509 changed files with 922 additions and 922 deletions
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* journal.c: Log a journal of events to a file
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Markus Armbruster, 2004-2008
|
||||
* Ron Koenderink, 2008
|
||||
|
@ -86,7 +86,7 @@ journal_entry(char *fmt, ...)
|
|||
time(&now);
|
||||
fprintf(journal, "%.24s %10.10s ",
|
||||
ctime(&now), empth_name(empth_self()));
|
||||
|
||||
|
||||
va_start(ap, fmt);
|
||||
vsnprintf(buf, sizeof(buf) - 1, fmt, ap);
|
||||
va_end(ap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue