]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/journal.c
Fix trailing whitespace
[empserver] / src / lib / subs / journal.c
index 9313135ab453859ff223cbda08ee7d16d00aa31f..4f553c51ef2410397cb6dc3fb63e9ad2e169984e 100644 (file)
@@ -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);