From 8c1debc885c1e53f6f6edbd6be120fcb5eb67a7b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 30 Jan 2026 21:46:40 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx b/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx index 87ef6dafb66..28843ed3f95 100644 --- a/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx +++ b/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx @@ -254,8 +254,8 @@ 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; }