Skip to content

Commit e69d027

Browse files
authored
Merge pull request #2 from alibuild/alibot-cleanup-14682
Please consider the following formatting changes to #14682
2 parents 5726ce2 + b01c424 commit e69d027

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/RecPoint.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ struct ChannelDataFloat {
3535

3636
int mPMNumber = DUMMY_CHANNEL_ID; ///< Channel ID
3737
int adcId = DUMMY_CHAIN_QTC; ///< Channel data bits
38-
double mTime = DUMMY_CFD_TIME; ///< Channel time (ns), 0 at the LHC clock center
39-
double mChargeADC = DUMMY_QTC_AMPL; ///< Channel charge (ADC channels)
38+
double mTime = DUMMY_CFD_TIME; ///< Channel time (ns), 0 at the LHC clock center
39+
double mChargeADC = DUMMY_QTC_AMPL; ///< Channel charge (ADC channels)
4040

4141
ChannelDataFloat() = default;
4242
ChannelDataFloat(int Channel, double Time, double Charge, int AdcId)

DataFormats/Detectors/FIT/common/include/DataFormatsFIT/ChannelDataBit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ IntegerType operator<<(IntegerType n, ChannelDataBit bitFlag)
3939
{
4040
return n << static_cast<int>(bitFlag);
4141
}
42-
}
42+
} // namespace fit
4343
} // namespace o2
4444

4545
#endif

0 commit comments

Comments
 (0)