Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(917)

Unified Diff: fusl/include/sys/klog.h

Issue 1714623002: [fusl] clang-format fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: headers too Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}

Powered by Google App Engine
This is Rietveld 408576698