Skip to content

Commit

Permalink
[libc++][NFC] Minor reformatting in <cstddef>
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Aug 30, 2024
1 parent c315d78 commit a3f8790
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions libcxx/include/cstddef
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -127,7 +127,6 @@ template <class _Integer, __enable_if_t<is_integral<_Integer>::value, int> = 0>
}

} // namespace std

#endif
#endif // _LIBCPP_STD_VER >= 17

#endif // _LIBCPP_CSTDDEF

0 comments on commit a3f8790

Please sign in to comment.