From 0f4e47c975215d5884f3805b2b7ee656b8e60c2a Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 10 Apr 2026 11:51:55 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Flow/Tasks/flowSP.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGCF/Flow/Tasks/flowSP.cxx b/PWGCF/Flow/Tasks/flowSP.cxx index b273bc1cce8..9b27e96df59 100644 --- a/PWGCF/Flow/Tasks/flowSP.cxx +++ b/PWGCF/Flow/Tasks/flowSP.cxx @@ -1379,9 +1379,9 @@ struct FlowSP { } double centW = cfg.hCentrality->GetBinContent(cfg.hCentrality->FindBin(spm.centrality)); if (centW < 0) { - spm.centWeight = 0.; + spm.centWeight = 0.; LOGF(fatal, "Centrality weight cannot be negative .. setting to 0. for (%.2f)", spm.centrality); - } + } } fillEventQA(collision, tracks);