Skip to content

Commit 9f4cf63

Browse files
authored
Merge pull request #45 from alibuild/alibot-cleanup-14555
Please consider the following formatting changes to #14555
2 parents 947598b + d905332 commit 9f4cf63

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ struct compare_track_chi2 {
270270
};
271271

272272
GPUdii() gpuSpan<const Vertex> getPrimaryVertices(const int rof,
273-
const int* roframesPV,
274-
const int nROF,
275-
const uint8_t* mask,
276-
const Vertex* vertices)
273+
const int* roframesPV,
274+
const int nROF,
275+
const uint8_t* mask,
276+
const Vertex* vertices)
277277
{
278278
const int start_pv_id = roframesPV[rof];
279279
const int stop_rof = rof >= nROF - 1 ? nROF : rof + 1;
@@ -293,10 +293,10 @@ GPUdii() gpuSpan<const Vertex> getPrimaryVertices(const int romin,
293293
};
294294

295295
GPUdii() gpuSpan<const Cluster> getClustersOnLayer(const int rof,
296-
const int totROFs,
297-
const int layer,
298-
const int** roframesClus,
299-
const Cluster** clusters)
296+
const int totROFs,
297+
const int layer,
298+
const int** roframesClus,
299+
const Cluster** clusters)
300300
{
301301
if (rof < 0 || rof >= totROFs) {
302302
return gpuSpan<const Cluster>();

0 commit comments

Comments
 (0)