Andreas Krennmair:
[apps/madmutt.git] / mime.h
diff --git a/mime.h b/mime.h
index ebef53e..d6ea496 100644 (file)
--- a/mime.h
+++ b/mime.h
  *     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.
- */ 
+ */
 
 /* Content-Type */
-enum
-{
+enum {
   TYPEOTHER,
   TYPEAUDIO,
   TYPEAPPLICATION,
@@ -31,8 +30,7 @@ enum
 };
 
 /* Content-Transfer-Encoding */
-enum
-{
+enum {
   ENCOTHER,
   ENC7BIT,
   ENC8BIT,
@@ -43,8 +41,7 @@ enum
 };
 
 /* Content-Disposition values */
-enum
-{
+enum {
   DISPINLINE,
   DISPATTACH,
   DISPFORMDATA