From b7d756f96b88c9802d19c21cf6c77748e24bdc86 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 7 Oct 2023 14:59:47 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/ZDC/reconstruction/src/RecoConfigZDC.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Detectors/ZDC/reconstruction/src/RecoConfigZDC.cxx b/Detectors/ZDC/reconstruction/src/RecoConfigZDC.cxx index be601627d8eb3..8e4bd173691b3 100644 --- a/Detectors/ZDC/reconstruction/src/RecoConfigZDC.cxx +++ b/Detectors/ZDC/reconstruction/src/RecoConfigZDC.cxx @@ -14,7 +14,8 @@ using namespace o2::zdc; -void RecoConfigZDC::setBit(uint32_t ibit, bool val){ +void RecoConfigZDC::setBit(uint32_t ibit, bool val) +{ if (ibit >= 0 && ibit < NTDCChannels) { bitset[ibit] = val; } else {