Skip to content

Commit 42af6b8

Browse files
committed
extra space
Signed-off-by: Dan Hoeflinger <[email protected]>
1 parent 786b93a commit 42af6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl_reduce_then_scan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ struct __gen_set_balanced_path
763763
return 0;
764764
if (!__is_partitioned)
765765
{
766-
auto [__idx_rng1, __idx_rng2, __local_star] =
766+
auto [__idx_rng1, __idx_rng2, __local_star] =
767767
calc_and_store_balanced_path(__in_rng, __id, __get_bounds_simple{});
768768
__rng1_balanced_pos = __idx_rng1;
769769
__rng2_balanced_pos = __idx_rng2;

0 commit comments

Comments
 (0)