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

Unified Diff: fusl/src/linux/settimeofday.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/settimeofday.c
diff --git a/fusl/src/linux/settimeofday.c b/fusl/src/linux/settimeofday.c
index 15c18c637972f4a62a86666f6ad865d626487edf..52c32e03f85f6f8c7c5c9b33e5bed0f7dd8094df 100644
--- a/fusl/src/linux/settimeofday.c
+++ b/fusl/src/linux/settimeofday.c
@@ -2,7 +2,6 @@
#include <sys/time.h>
#include "syscall.h"
-int settimeofday(const struct timeval *tv, const struct timezone *tz)
-{
- return syscall(SYS_settimeofday, tv, 0);
+int settimeofday(const struct timeval* tv, const struct timezone* tz) {
+ return syscall(SYS_settimeofday, tv, 0);
}

Powered by Google App Engine
This is Rietveld 408576698