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 |