Skip to content

Commit e0f7075

Browse files
committed
testing /clang-format feature
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
1 parent 67f2795 commit e0f7075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/oneapi/dpl/pstl/algorithm_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3414,7 +3414,7 @@ __parallel_set_union_op(__parallel_tag<_IsVector> __tag, _ExecutionPolicy&& __ex
34143414
using _DifferenceType2 = typename std::iterator_traits<_RandomAccessIterator2>::difference_type;
34153415
using _DifferenceType = std::common_type_t<_DifferenceType1, _DifferenceType2>;
34163416

3417-
_DifferenceType1 __n1 = __last1 - __first1;
3417+
_DifferenceType1 __n1 = __last1 - __first1;
34183418
_DifferenceType2 __n2 = __last2 - __first2;
34193419

34203420
__brick_copy<__parallel_tag<_IsVector>> __copy_range{};

0 commit comments

Comments
 (0)