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

Unified Diff: fusl/src/stdio/setlinebuf.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/stdio/setlinebuf.c
diff --git a/fusl/src/stdio/setlinebuf.c b/fusl/src/stdio/setlinebuf.c
index b93c4d6a1e1671a613aee5a86fd40600da02e954..e6db70169b374c9a1a61a3eb5fae0c17abd7a6fb 100644
--- a/fusl/src/stdio/setlinebuf.c
+++ b/fusl/src/stdio/setlinebuf.c
@@ -1,7 +1,6 @@
#define _GNU_SOURCE
#include <stdio.h>
-void setlinebuf(FILE *f)
-{
- setvbuf(f, 0, _IOLBF, 0);
+void setlinebuf(FILE* f) {
+ setvbuf(f, 0, _IOLBF, 0);
}

Powered by Google App Engine
This is Rietveld 408576698