Skip to content

Commit 076f7b4

Browse files
clang-format, take 2
1 parent 8074c26 commit 076f7b4

File tree

1 file changed

+1
-3
lines changed
  • libcxx/include/__algorithm

1 file changed

+1
-3
lines changed

libcxx/include/__algorithm/fill.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ __fill(_RandomAccessIterator __first, _RandomAccessIterator __last, const _Tp& _
4343
}
4444

4545
#ifndef _LIBCPP_CXX03_LANG
46-
template <class _SegmentedIterator,
47-
class _Tp,
48-
__enable_if_t<__is_segmented_iterator_v<_SegmentedIterator>, int> = 0>
46+
template <class _SegmentedIterator, class _Tp, __enable_if_t<__is_segmented_iterator_v<_SegmentedIterator>, int> = 0>
4947
inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20
5048
_SegmentedIterator __fill(_SegmentedIterator __first, _SegmentedIterator __last, const _Tp& __value) {
5149
using __local_iterator_t = typename __segmented_iterator_traits<_SegmentedIterator>::__local_iterator;

0 commit comments

Comments
 (0)