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

Unified Diff: fusl/src/internal/libc.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/internal/libc.c
diff --git a/fusl/src/internal/libc.c b/fusl/src/internal/libc.c
index 2e10942df1b7fc3fa5745451fcf5732a45eadd89..befd2701ae60af4b5d5f5d5109fd2f046dac2884 100644
--- a/fusl/src/internal/libc.c
+++ b/fusl/src/internal/libc.c
@@ -4,7 +4,7 @@ struct __libc __libc;
size_t __hwcap;
size_t __sysinfo;
-char *__progname=0, *__progname_full=0;
+char *__progname = 0, *__progname_full = 0;
weak_alias(__progname, program_invocation_short_name);
weak_alias(__progname_full, program_invocation_name);

Powered by Google App Engine
This is Rietveld 408576698