From 548ce9540aea8722fe5ac39e15183e475a6081fd Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 23 Jul 2025 09:03:26 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/D2H/Tasks/taskDstarToD0Pi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGHF/D2H/Tasks/taskDstarToD0Pi.cxx b/PWGHF/D2H/Tasks/taskDstarToD0Pi.cxx index 970a79cfa95..83b1faf011e 100644 --- a/PWGHF/D2H/Tasks/taskDstarToD0Pi.cxx +++ b/PWGHF/D2H/Tasks/taskDstarToD0Pi.cxx @@ -279,7 +279,7 @@ struct HfTaskDstarToD0Pi { hWeights.resize(nWeights); for (int ithWeight = 0; ithWeight < nWeights; ++ithWeight) { std::string histName = "hMult" + std::to_string(ithWeight + 1) + "_Weight"; - hWeights[ithWeight] = reinterpret_cast (weightFile->Get(histName.c_str())); + hWeights[ithWeight] = reinterpret_cast(weightFile->Get(histName.c_str())); if (!hWeights[ithWeight]) { LOGF(error, "Histogram %s not found in weight file!", histName.c_str()); return;