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

Unified Diff: fusl/src/network/res_state.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/network/res_state.c
diff --git a/fusl/src/network/res_state.c b/fusl/src/network/res_state.c
index 5c42cda5c35f098a70f26016407c602ecf645195..4492c7974bec52bc0192e9c695c0a821c2e69a54 100644
--- a/fusl/src/network/res_state.c
+++ b/fusl/src/network/res_state.c
@@ -2,8 +2,7 @@
/* This is completely unused, and exists purely to satisfy broken apps. */
-struct __res_state *__res_state()
-{
- static struct __res_state res;
- return &res;
+struct __res_state* __res_state() {
+ static struct __res_state res;
+ return &res;
}

Powered by Google App Engine
This is Rietveld 408576698