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

Unified Diff: fusl/src/linux/klogctl.c

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/src/linux/klogctl.c
diff --git a/fusl/src/linux/klogctl.c b/fusl/src/linux/klogctl.c
index 8102ee641c3047b5d12e3a9722bf50333c897a88..874a6a3ef501f5bba1b3f9aa7a9b4fd279c24276 100644
--- a/fusl/src/linux/klogctl.c
+++ b/fusl/src/linux/klogctl.c
@@ -1,7 +1,6 @@
#include <sys/klog.h>
#include "syscall.h"
-int klogctl (int type, char *buf, int len)
-{
- return syscall(SYS_syslog, type, buf, len);
+int klogctl(int type, char* buf, int len) {
+ return syscall(SYS_syslog, type, buf, len);
}

Powered by Google App Engine
This is Rietveld 408576698