Skip to content

Commit a3f8790

Browse files
committed
[libc++][NFC] Minor reformatting in <cstddef>
1 parent c315d78 commit a3f8790

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

libcxx/include/cstddef

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ using ::max_align_t _LIBCPP_USING_IF_EXISTS;
6666
_LIBCPP_END_NAMESPACE_STD
6767

6868
#if _LIBCPP_STD_VER >= 17
69-
namespace std // purposefully not versioned
70-
{
69+
namespace std { // purposefully not versioned
70+
7171
enum class byte : unsigned char {};
7272

7373
_LIBCPP_HIDE_FROM_ABI inline constexpr byte operator|(byte __lhs, byte __rhs) noexcept {
@@ -127,7 +127,6 @@ template <class _Integer, __enable_if_t<is_integral<_Integer>::value, int> = 0>
127127
}
128128

129129
} // namespace std
130-
131-
#endif
130+
#endif // _LIBCPP_STD_VER >= 17
132131

133132
#endif // _LIBCPP_CSTDDEF

0 commit comments

Comments
 (0)