aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__ranges/empty.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__ranges/empty.h')
-rw-r--r--libcxx/include/__ranges/empty.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/include/__ranges/empty.h b/libcxx/include/__ranges/empty.h
index fc6a938..bf6772c 100644
--- a/libcxx/include/__ranges/empty.h
+++ b/libcxx/include/__ranges/empty.h
@@ -24,7 +24,6 @@ _LIBCPP_BEGIN_NAMESPACE_STD
#if !defined(_LIBCPP_HAS_NO_RANGES)
-// clang-format off
namespace ranges {
// [range.prim.empty]
namespace __empty {
@@ -72,7 +71,6 @@ inline namespace __cpo {
inline constexpr auto empty = __empty::__fn{};
} // namespace __cpo
} // namespace ranges
-// clang-format off
#endif // !defined(_LIBCPP_HAS_NO_RANGES)