Chromium Code Reviews

Unified Diff: fusl/src/network/ent.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.
Jump to:
View side-by-side diff with in-line comments
Index: fusl/src/network/ent.c
diff --git a/fusl/src/network/ent.c b/fusl/src/network/ent.c
index ececdc4866b0d8c8e56eb8d1996c7f8d9a04838d..27e08aba2f6583a65f827ee7da783868fd17c411 100644
--- a/fusl/src/network/ent.c
+++ b/fusl/src/network/ent.c
@@ -1,17 +1,12 @@
#include "libc.h"
-void sethostent(int x)
-{
-}
+void sethostent(int x) {}
-void *gethostent()
-{
- return 0;
+void* gethostent() {
+ return 0;
}
-void endhostent(void)
-{
-}
+void endhostent(void) {}
weak_alias(sethostent, setnetent);
weak_alias(gethostent, getnetent);

Powered by Google App Engine