Skip to content

Commit b100223

Browse files
authored
Merge pull request AliceO2Group#21 from alibuild/alibot-cleanup-12270
Please consider the following formatting changes to AliceO2Group#12270
2 parents e89e143 + 63e497a commit b100223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/Vertexing/src/SVertexer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ void SVertexer::buildT2V(const o2::globaltracking::RecoContainer& recoData) // a
503503
// get Nclusters in the ITS if available
504504
uint8_t nITSclu = -1;
505505
auto itsGID = recoData.getITSContributorGID(tvid);
506-
if (itsGID.getSource()==GIndex::ITS && isITSloaded) {
506+
if (itsGID.getSource() == GIndex::ITS && isITSloaded) {
507507
auto& itsTrack = recoData.getITSTrack(itsGID);
508508
nITSclu = itsTrack.getNumberOfClusters();
509509
}

0 commit comments

Comments
 (0)