Skip to content

Commit 6eca178

Browse files
committed
Please consider the following formatting changes
1 parent 39803fd commit 6eca178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/GlobalTracking/src/MatchTOF.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ int MatchTOF::findFITIndex(int bc, const gsl::span<const o2::ft0::RecPoints>& FI
16011601

16021602
for (unsigned int i = 0; i < FITRecPoints.size(); i++) {
16031603
const auto& ft = FITRecPoints[i];
1604-
if(!FT0Params.isSelected(ft)) {
1604+
if (!FT0Params.isSelected(ft)) {
16051605
continue;
16061606
}
16071607
const o2::InteractionRecord ir = FITRecPoints[i].getInteractionRecord();

0 commit comments

Comments
 (0)