Skip to content

Commit b7ec88a

Browse files
committed
Please consider the following formatting changes
1 parent 3205395 commit b7ec88a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGJE/TableProducer/tableDiffWake.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ struct tableDiffWake {
177177
//------- Only events with track above some thresh ----------
178178

179179
bool eventHighpT = false;
180-
for (auto const &track : tracks) {
180+
for (auto const& track : tracks) {
181181

182182
if (!track.isGlobalTrack())
183183
continue;
@@ -205,7 +205,7 @@ struct tableDiffWake {
205205
Substitute_ep2,
206206
Substitute_ep3);
207207

208-
for (auto const &track : tracks) {
208+
for (auto const& track : tracks) {
209209

210210
// Track cut
211211
if (!track.isGlobalTrack())

0 commit comments

Comments
 (0)