summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-07-30 20:55:20 +0200
committerRichard Braun <rbraun@sceen.net>2018-07-30 20:55:20 +0200
commit8fb839b9a5fe2b9a0d44e33ab997d8fafdf6e07c (patch)
tree532b704fa6183e3cb92912acd5e96d24e9dd96de
parent5f202c9f744a5d9c5b751038edd2379b3d244227 (diff)
kern/log: minor change
Insignificant coding style fix.
-rw-r--r--kern/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/log.h b/kern/log.h
index 1a05334e..2f7882bd 100644
--- a/kern/log.h
+++ b/kern/log.h
@@ -23,8 +23,8 @@
#include <stdarg.h>
-
#include <kern/init.h>
+
enum {
LOG_EMERG,
LOG_ALERT,