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

Side by Side 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 unified diff | Download patch
OLDNEW
1 #include "libc.h" 1 #include "libc.h"
2 2
3 struct __libc __libc; 3 struct __libc __libc;
4 4
5 size_t __hwcap; 5 size_t __hwcap;
6 size_t __sysinfo; 6 size_t __sysinfo;
7 char *__progname=0, *__progname_full=0; 7 char *__progname = 0, *__progname_full = 0;
8 8
9 weak_alias(__progname, program_invocation_short_name); 9 weak_alias(__progname, program_invocation_short_name);
10 weak_alias(__progname_full, program_invocation_name); 10 weak_alias(__progname_full, program_invocation_name);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698