Skip to content

Commit c184a45

Browse files
committed
Please consider the following formatting changes
1 parent 1f6cd06 commit c184a45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GPU/GPUTracking/Base/GPUReconstructionKernelList.template.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
// clang-format off
1919
$<JOIN:$<TARGET_PROPERTY:O2_GPU_KERNELS,O2_GPU_KERNELS>,>
20-
// clang-format on
20+
// clang-format on

GPU/GPUTracking/TRDTracking/GPUTRDTracker.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ GPUd() bool GPUTRDTracker_t<TRDTRK, PROP>::CalculateSpacePoints(int32_t iCollisi
442442
int32_t trkltIdxStart = trkltIdxOffset + iFirstTrackletInDet;
443443
for (int32_t trkltIdx = trkltIdxStart; trkltIdx < trkltIdxStart + nTrackletsInDet; ++trkltIdx) {
444444
int32_t trkltZbin = tracklets[trkltIdx].GetZbin();
445-
float xTrkltDet[3] = {0.f}; // trklt position in chamber coordinates
446-
float xTrkltSec[3] = {0.f}; // trklt position in sector coordinates
445+
float xTrkltDet[3] = {0.f}; // trklt position in chamber coordinates
446+
float xTrkltSec[3] = {0.f}; // trklt position in sector coordinates
447447
xTrkltDet[0] = mGeo->AnodePos() + sRadialOffset;
448448
xTrkltDet[1] = tracklets[trkltIdx].GetY();
449449
xTrkltDet[2] = pp->GetRowPos(trkltZbin) - pp->GetRowSize(trkltZbin) / 2.f - pp->GetRowPos(pp->GetNrows() / 2);

0 commit comments

Comments
 (0)