Skip to content

Commit

Permalink
restoring formatting only change
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <[email protected]>
  • Loading branch information
danhoeflinger committed Aug 26, 2024
1 parent ba9ece8 commit a7dab72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oneapi/dpl/pstl/histogram_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ histogram(_ExecutionPolicy&& exec, _RandomAccessIterator1 first, _RandomAccessIt
const auto __dispatch_tag = oneapi::dpl::__internal::__select_backend(exec, first, histogram_first);

oneapi::dpl::__internal::__pattern_histogram(
__dispatch_tag, std::forward<_ExecutionPolicy>(exec), first, last, num_bins,
__dispatch_tag, ::std::forward<_ExecutionPolicy>(exec), first, last, num_bins,
oneapi::dpl::__internal::__evenly_divided_binhash<_ValueType>(first_bin_min_val, last_bin_max_val, num_bins),
histogram_first);
return histogram_first + num_bins;
Expand Down

0 comments on commit a7dab72

Please sign in to comment.