Skip to content

Commit ed3b843

Browse files
clang format
1 parent 7494b33 commit ed3b843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/include/deque

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2587,8 +2587,8 @@ operator<=>(const deque<_Tp, _Allocator>& __x, const deque<_Tp, _Allocator>& __y
25872587
# endif // _LIBCPP_STD_VER <= 17
25882588

25892589
template <class _Tp, class _Allocator>
2590-
inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 void swap(deque<_Tp, _Allocator>& __x, deque<_Tp, _Allocator>& __y)
2591-
_NOEXCEPT_(_NOEXCEPT_(__x.swap(__y))) {
2590+
inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 void
2591+
swap(deque<_Tp, _Allocator>& __x, deque<_Tp, _Allocator>& __y) _NOEXCEPT_(_NOEXCEPT_(__x.swap(__y))) {
25922592
__x.swap(__y);
25932593
}
25942594

0 commit comments

Comments
 (0)