Skip to content

Commit a4d2507

Browse files
committed
[oneDPL][ranges][zip_view] + clang format
1 parent 9598d57 commit a4d2507

2 files changed

Lines changed: 178 additions & 134 deletions

File tree

include/oneapi/dpl/pstl/tuple_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ struct tuple<T1, T...>
500500
next = other.next;
501501
return *this;
502502
}
503-
503+
504504
template <typename U1, typename... U>
505505
tuple&
506506
operator=(const tuple<U1, U...>& other) const

0 commit comments

Comments
 (0)