Skip to content

Commit 1642479

Browse files
committed
[L1-SIMULATION] Changes suggested by new llvm18 clang-format
1 parent 15ea9bb commit 1642479

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SimTracker/TrackTriggerAssociation/plugins/TTClusterAssociator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ void TTClusterAssociator<Ref_Phase2TrackerDigi_>::produce(edm::Event& iEvent, co
146146
clusterToTrackingParticleVectorMap.find(tempCluRef)->second.push_back(tempTPPtr);
147147
}
148148
} /// End of loop over PixelDigiSimLink
149-
} /// End of loop over all the hits composing the Cluster
149+
} /// End of loop over all the hits composing the Cluster
150150

151151
/// Check that the cluster has a non-NULL TP pointer
152152
const std::vector<TrackingParticlePtr>& theseClusterTrackingParticlePtrs =

SimTracker/TrackTriggerAssociation/plugins/TTStubAssociator.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ void TTStubAssociator<Ref_Phase2TrackerDigi_>::produce(edm::Event& iEvent, const
182182
/// At this point, go to the next Stub
183183
continue;
184184
} /// End of one single SimTrack in both clusters
185-
} /// End of "at least one cluster is combinatoric"
186-
} /// End of "both clusters are known, somehow..."
185+
} /// End of "at least one cluster is combinatoric"
186+
} /// End of "both clusters are known, somehow..."
187187
}
188188
} /// End of loop over Stubs
189189
}

0 commit comments

Comments
 (0)