Skip to content

Commit 02a20d9

Browse files
committed
[libc++][ranges] format code with 'clang-format'
1 parent 4de1787 commit 02a20d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__algorithm/ranges_shift_left.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct __fn {
4747
}
4848

4949
template <forward_range _Range>
50-
requires permutable<iterator_t<_Range>>
50+
requires permutable<iterator_t<_Range>>
5151
_LIBCPP_HIDE_FROM_ABI constexpr borrowed_subrange_t<_Range>
5252
operator()(_Range&& __range, range_difference_t<_Range> __n) const {
5353
return __shift_left_impl(ranges::begin(__range), ranges::end(__range), std::move(__n));

0 commit comments

Comments
 (0)