Skip to content

Commit 04e1f91

Browse files
authored
Merge pull request #2 from alibuild/alibot-cleanup-14722
Please consider the following formatting changes to #14722
2 parents 32a4ca5 + 8c1debc commit 04e1f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ struct StudyPnch {
254254
if (track.mcCollisionId() != McCol.globalIndex()) {
255255
continue;
256256
}
257-
histos.fill(HIST("PhiVsEtaHist"), track.phi(), track.eta());
258-
nTrk++;
257+
histos.fill(HIST("PhiVsEtaHist"), track.phi(), track.eta());
258+
nTrk++;
259259
}
260260
return nTrk;
261261
}

0 commit comments

Comments
 (0)