aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/log.cc2
-rw-r--r--kernel/log.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/kernel/log.cc b/kernel/log.cc
index 4585e7eff..2cae6a636 100644
--- a/kernel/log.cc
+++ b/kernel/log.cc
@@ -22,7 +22,7 @@
#include "backends/ilang/ilang_backend.h"
#ifndef _WIN32
- #include <sys/time.h>
+# include <sys/time.h>
#endif
#include <stdlib.h>
diff --git a/kernel/log.h b/kernel/log.h
index e0c8f7ba0..904ba4759 100644
--- a/kernel/log.h
+++ b/kernel/log.h
@@ -25,8 +25,8 @@
#include <time.h>
#ifndef _WIN32
- #include <sys/time.h>
- #include <sys/resource.h>
+# include <sys/time.h>
+# include <sys/resource.h>
#endif
// from libs/sha1/sha1.h