Skip to content

Commit dd3c1c5

Browse files
committed
Please consider the following formatting changes
1 parent 86d80c6 commit dd3c1c5

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
Substitute_ep2,
203203
Substitute_ep3);
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)