Skip to content

Commit 6332ccc

Browse files
committed
Formatting
1 parent 0cc2c0d commit 6332ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/histogram.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function create_histogram(input)
1313
end
1414

1515
# This a 1D histogram kernel where the histogramming happens on shmem
16-
@kernel unsafe_indices=true function histogram_kernel!(histogram_output, input)
16+
@kernel unsafe_indices = true function histogram_kernel!(histogram_output, input)
1717
gid = @index(Group, Linear)
1818
lid = @index(Local, Linear)
1919

0 commit comments

Comments
 (0)