From 1ba2f8272dceafe9f0c8c8e0cbf41d1894308529 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 14 Aug 2026 14:12:23 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../FIT/FDD/include/DataFormatsFDD/FDDRecoConfig.h | 10 +++++----- DataFormats/Detectors/FIT/FDD/src/FDDRecoConfig.cxx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/FDDRecoConfig.h b/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/FDDRecoConfig.h index 8db1d5b83615b..fc7a6416a31df 100644 --- a/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/FDDRecoConfig.h +++ b/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/FDDRecoConfig.h @@ -14,11 +14,11 @@ #include "CommonUtils/ConfigurableParamHelper.h" -namespace o2::fdd { -struct FDDRecoConfig: o2::conf::ConfigurableParamHelper +namespace o2::fdd { - double AmplitudeCutOnCollisionTimeWeights = 3; - O2ParamDef(FDDRecoConfig, "FDDRecoConfig"); +struct FDDRecoConfig : o2::conf::ConfigurableParamHelper { + double AmplitudeCutOnCollisionTimeWeights = 3; + O2ParamDef(FDDRecoConfig, "FDDRecoConfig"); }; -} +} // namespace o2::fdd #endif \ No newline at end of file diff --git a/DataFormats/Detectors/FIT/FDD/src/FDDRecoConfig.cxx b/DataFormats/Detectors/FIT/FDD/src/FDDRecoConfig.cxx index bf06c96067d36..390fe0440fbe9 100644 --- a/DataFormats/Detectors/FIT/FDD/src/FDDRecoConfig.cxx +++ b/DataFormats/Detectors/FIT/FDD/src/FDDRecoConfig.cxx @@ -1,4 +1,4 @@ -#include +#include using namespace o2::fdd; O2ParamImpl(FDDRecoConfig); \ No newline at end of file