Rearranged whitespace (and comments) in all the code!
[mmh] / h / mhcachesbr.h
index 9c1db6a..68bd2be 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * mhcachesbr.h -- definitions for manipulating MIME content cache
  */
@@ -8,12 +7,12 @@
  */
 static struct swit caches[] = {
 #define CACHE_NEVER    0
-    { "never", 0 },
+       { "never", 0 },
 #define CACHE_PRIVATE  1
-    { "private", 0 },
+       { "private", 0 },
 #define CACHE_PUBLIC   2
-    { "public", 0 },
+       { "public", 0 },
 #define CACHE_ASK      3
-    { "ask", 0 },
-    { NULL, 0 }
+       { "ask", 0 },
+       { NULL, 0 }
 };