From 2c008545c6c20fa618bb96d481301062a718116e Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 13 Apr 2026 08:07:19 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Flow/Tasks/flowSP.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/Flow/Tasks/flowSP.cxx b/PWGCF/Flow/Tasks/flowSP.cxx index 5acb4290555..b5f4f8ff50e 100644 --- a/PWGCF/Flow/Tasks/flowSP.cxx +++ b/PWGCF/Flow/Tasks/flowSP.cxx @@ -1526,7 +1526,7 @@ struct FlowSP { double meanPxAEvent = sumPxAEvent / meanPxEventCount; double meanPxCEvent = sumPxCEvent / meanPxEventCount; - if(cfgFillMeanPT) { + if (cfgFillMeanPT) { registry.fill(HIST("incl/meanPT/meanPxA"), spm.centrality, spm.psiA - spm.psiC, meanPxAEvent); registry.fill(HIST("incl/meanPT/meanPxC"), spm.centrality, spm.psiA - spm.psiC, meanPxCEvent); }