From 53b53724fbe35f0b4cfea3439c517995c04ac2d1 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 16 Oct 2025 13:44:11 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/Tasks/qVectorsCorrection.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Common/Tasks/qVectorsCorrection.cxx b/Common/Tasks/qVectorsCorrection.cxx index 4f2abb11045..b3f8dcbb3d9 100644 --- a/Common/Tasks/qVectorsCorrection.cxx +++ b/Common/Tasks/qVectorsCorrection.cxx @@ -204,9 +204,9 @@ struct qVectorsCorrection { histosQA.add(Form("histQvecRefAFinalV%d", cfgnMods->at(i)), "", {HistType::kTH3F, {axisQvec, axisQvec, axisCent}}); histosQA.add(Form("histQvecRefBFinalV%d", cfgnMods->at(i)), "", {HistType::kTH3F, {axisQvec, axisQvec, axisCent}}); - if (cfgShiftCorPrep) { - histosQA.add(Form("histShiftV%d", cfgnMods->at(i)), "", {HistType::kTProfile3D, {axisCent, axisBasis, axisShift}}); - } + if (cfgShiftCorPrep) { + histosQA.add(Form("histShiftV%d", cfgnMods->at(i)), "", {HistType::kTProfile3D, {axisCent, axisBasis, axisShift}}); + } if (cfgQAOccupancyStudy) { histosQA.add(Form("histQvecOccFinalV%d", cfgnMods->at(i)), "", {HistType::kTHnSparseF, {axisQvecF, axisQvecF, axisCent, axisOccupancy}}); @@ -728,7 +728,7 @@ struct qVectorsCorrection { for (uint i = 0; i < cfgnMods->size(); i++) { fillHistosShiftCor(qVec, cfgnMods->at(i)); } - } + } for (uint i = 0; i < cfgnMods->size(); i++) { fillHistosQvec(qVec, cfgnMods->at(i));