aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/stdlib.h')
-rw-r--r--libcxx/include/stdlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/stdlib.h b/libcxx/include/stdlib.h
index 6ae6bb66b053..e4dce9c54546 100644
--- a/libcxx/include/stdlib.h
+++ b/libcxx/include/stdlib.h
@@ -10,7 +10,7 @@
#if defined(__need_malloc_and_calloc)
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
+# pragma GCC system_header
#endif
#include_next <stdlib.h>
@@ -87,7 +87,7 @@ void *aligned_alloc(size_t alignment, size_t size); // C11
#include <__config>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
+# pragma GCC system_header
#endif
#include_next <stdlib.h>