Skip to content

Commit c0a9dff

Browse files
author
Sabrina Hernandez
committed
Adjust clang format
1 parent 239dfc5 commit c0a9dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,12 +499,12 @@ struct FlowZDCtask {
499499
}
500500
histos.fill(HIST("VtxZHist"), collision.posZ());
501501
auto NchTracks = 0;
502-
for (auto& track : tracks){
502+
for (auto& track : tracks) {
503503
if (std::abs(track.eta()) >= etaRange) {
504504
continue;
505505
}
506506
NchTracks++;
507-
}
507+
}
508508
histos.fill(HIST("GlobalMult_vs_FT0C"), NchTracks, collision.multFT0C());
509509
}
510510

0 commit comments

Comments
 (0)