From bfad165b34832f1086bb64039c0508aa6bac6133 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 16 Sep 2026 15:37:09 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Digitizer.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Digitizer.cxx b/Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Digitizer.cxx index d3bbb8fd590e6..3070851431fee 100644 --- a/Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Digitizer.cxx +++ b/Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Digitizer.cxx @@ -243,8 +243,7 @@ void Digitizer::stepping(const o2::itsmft::Hit& hit, float**& respMatrix, float* avgHitLocalZ[i] = new float[colSpan](); } - if (!respMatrix || !avgHitLocalX || !avgHitLocalZ - || rowSpan <= 0 || colSpan <= 0) { + if (!respMatrix || !avgHitLocalX || !avgHitLocalZ || rowSpan <= 0 || colSpan <= 0) { return; } if (nSkip) {