[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
Now we'll notice if a header forgets to include this magic phrase.
Differential Revision: https://reviews.llvm.org/D118800
diff --git a/libcxx/include/__string b/libcxx/include/__string
index 2249d3a..60a67d4 100644
--- a/libcxx/include/__string
+++ b/libcxx/include/__string
@@ -33,7 +33,7 @@
#include <__debug>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
+# pragma GCC system_header
#endif
_LIBCPP_PUSH_MACROS