From 153f17224bbd17349ff6703b0a02525286e810fd Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 28 Jan 2026 17:27:12 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx b/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx index 2de6c449d93..c948f0b1f35 100644 --- a/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx +++ b/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx @@ -249,9 +249,9 @@ struct StudyPnch { if (track.mcCollisionId() != McCol.globalIndex()) { continue; } - - histos.fill(HIST("PhiVsEtaHist"), track.phi(), track.eta()); - nTrk++; + + histos.fill(HIST("PhiVsEtaHist"), track.phi(), track.eta()); + nTrk++; } return nTrk; }