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/stdio/vprintf.c b/fusl/src/stdio/vprintf.c index 30d2bff..b225150 100644 --- a/fusl/src/stdio/vprintf.c +++ b/fusl/src/stdio/vprintf.c
@@ -1,6 +1,5 @@ #include <stdio.h> -int vprintf(const char *restrict fmt, va_list ap) -{ - return vfprintf(stdout, fmt, ap); +int vprintf(const char* restrict fmt, va_list ap) { + return vfprintf(stdout, fmt, ap); }