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

Unified Diff: fusl/src/env/__environ.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/__environ.c
diff --git a/fusl/src/env/__environ.c b/fusl/src/env/__environ.c
index e6c6faa5fd1b521c7299331898398eb2b08f7e29..58fc4402538d271d60c843a80a38e87a4c377680 100644
--- a/fusl/src/env/__environ.c
+++ b/fusl/src/env/__environ.c
@@ -1,6 +1,6 @@
#include "libc.h"
-char **__environ = 0;
+char** __environ = 0;
weak_alias(__environ, ___environ);
weak_alias(__environ, _environ);
weak_alias(__environ, environ);

Powered by Google App Engine
This is Rietveld 408576698