[IOMultiplexerV2] coding style fixes
[NextIRCd.git] / src / IOHandler / IOLog.h
index 451155e882746e65c17f89689d628c66852ab20b..a6285271bbdfe23998fb112084ded87b26783c0d 100644 (file)
@@ -27,10 +27,10 @@ void iolog_trigger(enum IOLogType type, char *text, ...);
 #endif
 
 enum IOLogType {
-    IOLOG_DEBUG,
-    IOLOG_WARNING,
-    IOLOG_ERROR,
-    IOLOG_FATAL
+       IOLOG_DEBUG,
+       IOLOG_WARNING,
+       IOLOG_ERROR,
+       IOLOG_FATAL
 };
 
 #define IOLOG_CALLBACK(NAME) void NAME(enum IOLogType type, char *message)