Skip to content

Commit 4c1242f

Browse files
clang format
1 parent 1dd96bd commit 4c1242f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/include/__ranges/concat_view.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ class concat_view<_Views...>::__iterator {
200200
_If<__concat_is_bidirectional<_Const, _Views...>,
201201
bidirectional_iterator_tag,
202202
_If< __all_forward<_Const, _Views...>, forward_iterator_tag, input_iterator_tag > > >;
203-
using value_type = __concat_value_t<__maybe_const<_Const, _Views>...>;
204-
using difference_type = common_type_t<range_difference_t<__maybe_const<_Const, _Views>>...>;
203+
using value_type = __concat_value_t<__maybe_const<_Const, _Views>...>;
204+
using difference_type = common_type_t<range_difference_t<__maybe_const<_Const, _Views>>...>;
205205

206206
private:
207207
using __base_iter _LIBCPP_NODEBUG = variant<iterator_t<__maybe_const<_Const, _Views>>...>;

0 commit comments

Comments
 (0)