Index: fusl/include/sys/klog.h |
diff --git a/fusl/include/sys/klog.h b/fusl/include/sys/klog.h |
index aa66684e3fd8e9d2dcc8bc382b2c970600171306..f3a8115b11080f50c6586da59c496b73eed5907b 100644 |
--- a/fusl/include/sys/klog.h |
+++ b/fusl/include/sys/klog.h |
@@ -1,11 +1,11 @@ |
-#ifndef _SYS_KLOG_H |
-#define _SYS_KLOG_H |
+#ifndef _SYS_KLOG_H |
+#define _SYS_KLOG_H |
#ifdef __cplusplus |
extern "C" { |
#endif |
-int klogctl (int, char *, int); |
+int klogctl(int, char*, int); |
#ifdef __cplusplus |
} |