Skip to content

Commit 497b015

Browse files
committed
Please consider the following formatting changes
1 parent 2874fa1 commit 497b015

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
@@ -33,7 +33,7 @@
3333
#include <Framework/runDataProcessing.h>
3434

3535
// Event selection: Only events that contain track above some threshold
36-
//
36+
//
3737
// -------------------------------------------------------------------------------------------
3838
// TRACK DATA
3939
// -------------------------------------------------------------------------------------------
@@ -174,7 +174,7 @@ struct tableDiffWake {
174174
//------- Only events with track above some thresh ----------
175175

176176
bool eventHighpT = false;
177-
for (auto const &track : tracks) {
177+
for (auto const& track : tracks) {
178178

179179
if (!track.isGlobalTrack())
180180
continue;
@@ -202,7 +202,7 @@ struct tableDiffWake {
202202
substituteEp2,
203203
substituteEp3);
204204

205-
for (auto const &track : tracks) {
205+
for (auto const& track : tracks) {
206206

207207
// Track cut
208208
if (!track.isGlobalTrack())

0 commit comments

Comments
 (0)