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

Unified Diff: fusl/src/passwd/getspent.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/passwd/getspent.c
diff --git a/fusl/src/passwd/getspent.c b/fusl/src/passwd/getspent.c
index 8574a480e13b1dbac470e79a68f257e5822099f8..ddb303b931281bafbea4ba064b026e33a7962af7 100644
--- a/fusl/src/passwd/getspent.c
+++ b/fusl/src/passwd/getspent.c
@@ -1,14 +1,9 @@
#include "pwf.h"
-void setspent()
-{
-}
+void setspent() {}
-void endspent()
-{
-}
+void endspent() {}
-struct spwd *getspent()
-{
- return 0;
+struct spwd* getspent() {
+ return 0;
}

Powered by Google App Engine
This is Rietveld 408576698