diff options
Diffstat (limited to 'contrib/llvm-project/libcxx/include/__algorithm/count_if.h')
-rw-r--r-- | contrib/llvm-project/libcxx/include/__algorithm/count_if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/libcxx/include/__algorithm/count_if.h b/contrib/llvm-project/libcxx/include/__algorithm/count_if.h index 00f5d671da57..1ec2d83394e1 100644 --- a/contrib/llvm-project/libcxx/include/__algorithm/count_if.h +++ b/contrib/llvm-project/libcxx/include/__algorithm/count_if.h @@ -14,7 +14,7 @@ #include <__iterator/iterator_traits.h> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) -#pragma GCC system_header +# pragma GCC system_header #endif _LIBCPP_BEGIN_NAMESPACE_STD |