]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/show.c
Fix trailing whitespace
[empserver] / src / lib / subs / show.c
index 6c13c6eeea0dc440f3c49c3bde3cddf6ed6e8e58..ac3125b8e3fe0fc5a9d63728a4ba09030d8200b4 100644 (file)
@@ -26,7 +26,7 @@
  *  ---
  *
  *  show.c: General show routines
- * 
+ *
  *  Known contributors to this file:
  *     Julian Onions, 1988
  *     Jeff Bailey, 1990
@@ -592,7 +592,7 @@ void
 show_news(int tlev)
 {
     int i, j;
-    
+
     pr("id category           good will\n");
     pr("    messsages\n");
 
@@ -668,7 +668,7 @@ fmttime2822(time_t t)
     TIME_ZONE_INFORMATION tzi;
     long time_offset;
     struct tm *time;
-    
+
     time = localtime(&t);
 
     n = strftime(buf, sizeof(buf), "%a, %d %b %Y %H:%M:%S", time);