Skip to content

Commit 153f172

Browse files
committed
Please consider the following formatting changes
1 parent ea902fd commit 153f172

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ struct StudyPnch {
249249
if (track.mcCollisionId() != McCol.globalIndex()) {
250250
continue;
251251
}
252-
253-
histos.fill(HIST("PhiVsEtaHist"), track.phi(), track.eta());
254-
nTrk++;
252+
253+
histos.fill(HIST("PhiVsEtaHist"), track.phi(), track.eta());
254+
nTrk++;
255255
}
256256
return nTrk;
257257
}

0 commit comments

Comments
 (0)