Andreas Krennmair:
[apps/madmutt.git] / mbyte.h
diff --git a/mbyte.h b/mbyte.h
index 797a2da..3eeed04 100644 (file)
--- a/mbyte.h
+++ b/mbyte.h
@@ -1,7 +1,7 @@
 #ifndef _MBYTE_H
 # define _MBYTE_H
 
-# include "config.h"
+#include "config.h"
 
 # ifdef HAVE_WC_FUNCS
 #  ifdef HAVE_WCHAR_H
@@ -12,7 +12,7 @@
 #  endif
 # endif
 
-# ifndef HAVE_WC_FUNCS
+#ifndef HAVE_WC_FUNCS
 size_t wcrtomb (char *s, wchar_t wc, mbstate_t *ps);
 size_t mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps);
 int iswprint (wint_t wc);
@@ -21,7 +21,7 @@ int iswalnum (wint_t wc);
 wint_t towupper (wint_t wc);
 wint_t towlower (wint_t wc);
 int wcwidth (wchar_t wc);
-# endif /* !HAVE_WC_FUNCS */
+#endif /* !HAVE_WC_FUNCS */
 
 
 void mutt_set_charset (char *charset);