From b01c4249787dcc8f5509522a83bc4e6e552871f4 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 5 Oct 2025 16:33:59 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../Detectors/FIT/FDD/include/DataFormatsFDD/RecPoint.h | 4 ++-- .../FIT/common/include/DataFormatsFIT/ChannelDataBit.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/RecPoint.h b/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/RecPoint.h index 94088a0f3fdc8..226663dfa2319 100644 --- a/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/RecPoint.h +++ b/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/RecPoint.h @@ -35,8 +35,8 @@ struct ChannelDataFloat { int mPMNumber = DUMMY_CHANNEL_ID; ///< Channel ID int adcId = DUMMY_CHAIN_QTC; ///< Channel data bits - double mTime = DUMMY_CFD_TIME; ///< Channel time (ns), 0 at the LHC clock center - double mChargeADC = DUMMY_QTC_AMPL; ///< Channel charge (ADC channels) + double mTime = DUMMY_CFD_TIME; ///< Channel time (ns), 0 at the LHC clock center + double mChargeADC = DUMMY_QTC_AMPL; ///< Channel charge (ADC channels) ChannelDataFloat() = default; ChannelDataFloat(int Channel, double Time, double Charge, int AdcId) diff --git a/DataFormats/Detectors/FIT/common/include/DataFormatsFIT/ChannelDataBit.h b/DataFormats/Detectors/FIT/common/include/DataFormatsFIT/ChannelDataBit.h index aeb8e431d5c6d..3a90f5c4764b8 100644 --- a/DataFormats/Detectors/FIT/common/include/DataFormatsFIT/ChannelDataBit.h +++ b/DataFormats/Detectors/FIT/common/include/DataFormatsFIT/ChannelDataBit.h @@ -39,7 +39,7 @@ IntegerType operator<<(IntegerType n, ChannelDataBit bitFlag) { return n << static_cast(bitFlag); } -} +} // namespace fit } // namespace o2 #endif \ No newline at end of file