Skip to content

Commit 7924abb

Browse files
authored
Format changes
1 parent 3d8fb18 commit 7924abb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcxx/include/typeinfo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ public:
316316
_LIBCPP_HIDE_FROM_ABI size_t hash_code() const _NOEXCEPT { return __impl::__hash(__type_name); }
317317

318318
// We need to inline this code because otherwise we will get a stack overflow with undefined sanitizer.
319-
_LIBCPP_HIDE_FROM_ABI _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR_SINCE_CXX23 bool operator==(const type_info& __arg) const _NOEXCEPT {
319+
_LIBCPP_HIDE_FROM_ABI _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR_SINCE_CXX23 bool
320+
operator==(const type_info& __arg) const _NOEXCEPT {
320321
// When evaluated in a constant expression, both type infos simply can't come
321322
// from different translation units, so it is sufficient to compare their addresses.
322323
if (__libcpp_is_constant_evaluated()) {

0 commit comments

Comments
 (0)