commit | 17e3b04429ce6ad836128e1ceffefd85493ec779 | [log] [tgz] |
---|---|---|
author | George Kulakowski <kulakowski@chromium.org> | Thu Feb 18 15:59:50 2016 -0800 |
committer | George Kulakowski <kulakowski@chromium.org> | Thu Feb 18 15:59:50 2016 -0800 |
tree | a7d1fc0be2857ae98b801c95d470350358fa32ce | |
parent | ed4bdf2b045dcf76699eb5095f037df4b8750a28 [diff] [blame] |
[fusl] clang-format fusl R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/1714623002 .
diff --git a/fusl/src/linux/adjtimex.c b/fusl/src/linux/adjtimex.c index 91de682..c74a1e8 100644 --- a/fusl/src/linux/adjtimex.c +++ b/fusl/src/linux/adjtimex.c
@@ -1,7 +1,6 @@ #include <sys/timex.h> #include "syscall.h" -int adjtimex(struct timex *tx) -{ - return syscall(SYS_adjtimex, tx); +int adjtimex(struct timex* tx) { + return syscall(SYS_adjtimex, tx); }