From a3f8790901cafaec8bcd863bd30b4f9ab7917bd8 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 30 Aug 2024 15:38:02 -0400 Subject: [PATCH] [libc++][NFC] Minor reformatting in --- libcxx/include/cstddef | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libcxx/include/cstddef b/libcxx/include/cstddef index 1a4049e4d34f2d..592f6261a6de3f 100644 --- a/libcxx/include/cstddef +++ b/libcxx/include/cstddef @@ -66,8 +66,8 @@ using ::max_align_t _LIBCPP_USING_IF_EXISTS; _LIBCPP_END_NAMESPACE_STD #if _LIBCPP_STD_VER >= 17 -namespace std // purposefully not versioned -{ +namespace std { // purposefully not versioned + enum class byte : unsigned char {}; _LIBCPP_HIDE_FROM_ABI inline constexpr byte operator|(byte __lhs, byte __rhs) noexcept { @@ -127,7 +127,6 @@ template ::value, int> = 0> } } // namespace std - -#endif +#endif // _LIBCPP_STD_VER >= 17 #endif // _LIBCPP_CSTDDEF