aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/replace.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/replace.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/replace.h')
-rw-r--r--libcxx/include/__algorithm/replace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__algorithm/replace.h b/libcxx/include/__algorithm/replace.h
index 2bc96ff..d0ae8f6 100644
--- a/libcxx/include/__algorithm/replace.h
+++ b/libcxx/include/__algorithm/replace.h
@@ -12,7 +12,7 @@
#include <__config>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
+# pragma GCC system_header
#endif
_LIBCPP_BEGIN_NAMESPACE_STD