Andreas Krennmair:
[apps/madmutt.git] / mx.h
diff --git a/mx.h b/mx.h
index f5a31a7..37e7e41 100644 (file)
--- a/mx.h
+++ b/mx.h
@@ -15,7 +15,7 @@
  *     You should have received a copy of the GNU General Public License
  *     along with this program; if not, write to the Free Software
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *     You should have received a copy of the GNU General Public License
  *     along with this program; if not, write to the Free Software
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
- */ 
+ */
 
 /*
  * This header file contains prototypes for internal functions used by the
 
 /*
  * This header file contains prototypes for internal functions used by the
 #include "mailbox.h"
 
 /* supported mailbox formats */
 #include "mailbox.h"
 
 /* supported mailbox formats */
-enum
-{
+enum {
   M_MBOX = 1,
   M_MMDF,
   M_MH,
   M_MAILDIR
 #ifdef USE_IMAP
   M_MBOX = 1,
   M_MMDF,
   M_MH,
   M_MAILDIR
 #ifdef USE_IMAP
-  , M_IMAP
+    , M_IMAP
 #endif
 #ifdef USE_POP
 #endif
 #ifdef USE_POP
-  , M_POP
+    , M_POP
 #endif
 #ifdef USE_NNTP
 #endif
 #ifdef USE_NNTP
-  , M_NNTP
+    , M_NNTP
 #endif
 #ifdef USE_COMPRESSED
 #endif
 #ifdef USE_COMPRESSED
-  , M_COMPRESSED
+    , M_COMPRESSED
 #endif
 };
 
 #endif
 };