diff --git a/DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/EventsPerBc.h b/DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/EventsPerBc.h index bb91af77f246d..a582b5e56c32a 100644 --- a/DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/EventsPerBc.h +++ b/DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/EventsPerBc.h @@ -6,12 +6,11 @@ namespace o2::ft0 { -struct EventsPerBc -{ - std::array histogram; - int16_t amplThresSideA; - int16_t amplThresSideC; - ClassDefNV(EventsPerBc, 1); +struct EventsPerBc { + std::array histogram; + int16_t amplThresSideA; + int16_t amplThresSideC; + ClassDefNV(EventsPerBc, 1); }; -} +} // namespace o2::ft0 #endif \ No newline at end of file