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

Unified Diff: fusl/include/stdalign.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/include/stdalign.h
diff --git a/fusl/include/stdalign.h b/fusl/include/stdalign.h
index 2cc94be3f6d7e4b65839cbcd35a1e5286139e4c8..f18c08b62964cb6d145a483aa505e9b46008d86f 100644
--- a/fusl/include/stdalign.h
+++ b/fusl/include/stdalign.h
@@ -4,7 +4,7 @@
#ifndef __cplusplus
/* this whole header only works in C11 or with compiler extensions */
-#if __STDC_VERSION__ < 201112L && defined( __GNUC__)
+#if __STDC_VERSION__ < 201112L && defined(__GNUC__)
#define _Alignas(t) __attribute__((__aligned__(t)))
#define _Alignof(t) __alignof__(t)
#endif

Powered by Google App Engine
This is Rietveld 408576698