Reformated comments and long lines
[mmh] / h / mhcachesbr.h
index 9c1db6a..77caabf 100644 (file)
@@ -1,19 +1,18 @@
-
 /*
- * mhcachesbr.h -- definitions for manipulating MIME content cache
- */
+** mhcachesbr.h -- definitions for manipulating MIME content cache
+*/
 
 /*
- * various cache policies
- */
+** various cache policies
+*/
 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 }
 };