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

Unified Diff: fusl/src/env/clearenv.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/env/clearenv.c
diff --git a/fusl/src/env/clearenv.c b/fusl/src/env/clearenv.c
index 62d50952dabffc7a8931266cc3fb56f6e4b25cfd..0828f873376c5c6145b427fae82948dd994d39f0 100644
--- a/fusl/src/env/clearenv.c
+++ b/fusl/src/env/clearenv.c
@@ -1,10 +1,9 @@
#define _GNU_SOURCE
#include <stdlib.h>
-extern char **__environ;
+extern char** __environ;
-int clearenv()
-{
- __environ[0] = 0;
- return 0;
+int clearenv() {
+ __environ[0] = 0;
+ return 0;
}

Powered by Google App Engine
This is Rietveld 408576698