diff options
Diffstat (limited to 'contrib/llvm-project/libcxx/include/__memory/addressof.h')
-rw-r--r-- | contrib/llvm-project/libcxx/include/__memory/addressof.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/libcxx/include/__memory/addressof.h b/contrib/llvm-project/libcxx/include/__memory/addressof.h index c45dedfaec9b..75e3dd0647b2 100644 --- a/contrib/llvm-project/libcxx/include/__memory/addressof.h +++ b/contrib/llvm-project/libcxx/include/__memory/addressof.h @@ -13,7 +13,7 @@ #include <__config> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) -#pragma GCC system_header +# pragma GCC system_header #endif _LIBCPP_BEGIN_NAMESPACE_STD |