aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/remove.h
diff options
context:
space:
mode:
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>2022-02-01 20:16:40 -0500
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>2022-02-04 12:27:19 -0500
commitfa6b9e401085c0a210daf81ae79af6dd0144f129 (patch)
tree59c606f21dd9365a842dada00ab1cfa881a3f99f /libcxx/include/__algorithm/remove.h
parent55cd727c9ad1f2924cb43d7316b5cc050422e441 (diff)
downloadllvm-fa6b9e401085c0a210daf81ae79af6dd0144f129.zip
llvm-fa6b9e401085c0a210daf81ae79af6dd0144f129.tar.gz
llvm-fa6b9e401085c0a210daf81ae79af6dd0144f129.tar.bz2
[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
Diffstat (limited to 'libcxx/include/__algorithm/remove.h')
-rw-r--r--libcxx/include/__algorithm/remove.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__algorithm/remove.h b/libcxx/include/__algorithm/remove.h
index 681b9cc..c00f96f 100644
--- a/libcxx/include/__algorithm/remove.h
+++ b/libcxx/include/__algorithm/remove.h
@@ -15,7 +15,7 @@
#include <__utility/move.h>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
+# pragma GCC system_header
#endif
_LIBCPP_BEGIN_NAMESPACE_STD