minor style cleanups
[citadel.git] / citadel / genstamp.c
index 668e8c052192827b1d015f03d46a6ce407d394e3..e8d5dd86bc3f3b4c4c3a64168e4bc00add8b8d9b 100644 (file)
@@ -10,7 +10,6 @@
 #include <time.h>
 #include "genstamp.h"
 
-
 static char *months[] = {
        "Jan", "Feb", "Mar", "Apr", "May", "Jun",
        "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
@@ -20,7 +19,6 @@ static char *weekdays[] = {
        "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
 };
 
-
 /*
  * Supplied with a unix timestamp, generate an RFC822-compliant textual
  * time and date stamp.