Skip to content

Commit 994ce9c

Browse files
committed
Please consider the following formatting changes
1 parent 20a8eb1 commit 994ce9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGJE/TableProducer/tableDiffWake.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#include <Framework/runDataProcessing.h>
3838

3939
// Event selection: Only events that contain track above some threshold
40-
//
40+
//
4141
// -------------------------------------------------------------------------------------------
4242
// TRACK DATA
4343
// -------------------------------------------------------------------------------------------
@@ -178,7 +178,7 @@ struct tableDiffWake {
178178
//------- Only events with track above some thresh ----------
179179

180180
bool eventHighpT = false;
181-
for (auto const &track : tracks) {
181+
for (auto const& track : tracks) {
182182

183183
if (!track.isGlobalTrack())
184184
continue;
@@ -206,7 +206,7 @@ struct tableDiffWake {
206206
substituteEp2,
207207
substituteEp3);
208208

209-
for (auto const &track : tracks) {
209+
for (auto const& track : tracks) {
210210

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

0 commit comments

Comments
 (0)