aboutsummaryrefslogtreecommitdiffstats
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/log.h b/log.h
index e95039f..f53c18f 100644
--- a/log.h
+++ b/log.h
@@ -4,13 +4,13 @@
#define LOG_FILEPATH "./log"
typedef enum {
- LOG_INFO,
- LOG_WARN,
- LOG_ERR,
+ LOG_INFO,
+ LOG_WARN,
+ LOG_ERR,
} log_level;
void log_init(void);
-void log_write(log_level level, const char* fmt, ...);
+void log_write(log_level level, const char *fmt, ...);
#endif /* SS_LOG_H */