Skip to content

Commit c784e4c

Browse files
committed
Please consider the following formatting changes
1 parent 0f2af3b commit c784e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/ITSMFT/ITS/tracking/GPU/cuda/TrackingKernels.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ void countTrackletsInROFsHandler(const IndexTableUtils* utils,
870870
for (int iLayer = 0; iLayer < nLayers - 1; ++iLayer) {
871871
gpu::computeLayerTrackletsMultiROFKernel<true><<<o2::gpu::CAMath::Min(nBlocks, GPU_BLOCKS),
872872
o2::gpu::CAMath::Min(nThreads, GPU_THREADS)>>>(
873-
utils,
873+
utils,
874874
multMask,
875875
iLayer,
876876
startROF,

0 commit comments

Comments
 (0)