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

Unified Diff: fusl/src/internal/vis.h

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/vis.h
diff --git a/fusl/src/internal/vis.h b/fusl/src/internal/vis.h
index 35855fc8ab9fbd587fa6fdecbaeec4cb1014016b..ef33bec93938e8d2a2e7aab8362e5bb84e7ce688 100644
--- a/fusl/src/internal/vis.h
+++ b/fusl/src/internal/vis.h
@@ -10,17 +10,17 @@
* fail to support copy relocations for protected data, so exclude all
* exported data symbols. */
-__attribute__((__visibility__("default")))
-extern struct _IO_FILE *const stdin, *const stdout, *const stderr;
+__attribute__((__visibility__("default"))) extern struct _IO_FILE *const stdin,
+ *const stdout, *const stderr;
-__attribute__((__visibility__("default")))
-extern int optind, opterr, optopt, optreset, __optreset, getdate_err, h_errno, daylight, __daylight, signgam, __signgam;
+__attribute__((__visibility__("default"))) extern int optind, opterr, optopt,
+ optreset, __optreset, getdate_err, h_errno, daylight, __daylight, signgam,
+ __signgam;
-__attribute__((__visibility__("default")))
-extern long timezone, __timezone;
+__attribute__((__visibility__("default"))) extern long timezone, __timezone;
-__attribute__((__visibility__("default")))
-extern char *optarg, **environ, **__environ, *tzname[2], *__tzname[2], *__progname, *__progname_full;
+__attribute__((__visibility__("default"))) extern char *optarg, **environ,
+ **__environ, *tzname[2], *__tzname[2], *__progname, *__progname_full;
#pragma GCC visibility push(protected)

Powered by Google App Engine
This is Rietveld 408576698