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

Unified Diff: fusl/src/passwd/nscd.h

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/passwd/nscd.h
diff --git a/fusl/src/passwd/nscd.h b/fusl/src/passwd/nscd.h
index 9a53c3283338de530eda6af1a8a8e612178fa0d4..90becfc5e5fa2181d74bd75b625cc0d496392088 100644
--- a/fusl/src/passwd/nscd.h
+++ b/fusl/src/passwd/nscd.h
@@ -39,6 +39,10 @@
#define INITGRNGRPS 2
#define INITGR_LEN 3
-FILE *__nscd_query(int32_t req, const char *key, int32_t *buf, size_t len, int *swap);
+FILE* __nscd_query(int32_t req,
+ const char* key,
+ int32_t* buf,
+ size_t len,
+ int* swap);
#endif

Powered by Google App Engine
This is Rietveld 408576698