Skip to content

Commit 402fae2

Browse files
committed
Please consider the following formatting changes
1 parent 296a183 commit 402fae2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ALICE3/Core/FastTracker.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -501,11 +501,11 @@ int FastTracker::FastTrack(o2::track::TrackParCov inputTrack, o2::track::TrackPa
501501
continue;
502502

503503
eff *= iGoodHit;
504-
}
505-
if (mApplyEffCorrection) {
506-
if (gRandom->Uniform() > eff)
507-
return -8;
508-
}
504+
}
505+
if (mApplyEffCorrection) {
506+
if (gRandom->Uniform() > eff)
507+
return -8;
508+
}
509509

510510
outputTrack.setCov(inwardTrack.getCov());
511511
outputTrack.checkCovariance();

0 commit comments

Comments
 (0)