From ee55bd84d7752656055130e85cff3aa41f1b322a Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 24 Aug 2024 06:30:20 +0000 Subject: [PATCH] Please consider the following formatting changes --- ALICE3/Core/DetLayer.h | 2 +- ALICE3/Core/FastTracker.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ALICE3/Core/DetLayer.h b/ALICE3/Core/DetLayer.h index 3e8822f31e1..7fa6aa25a53 100644 --- a/ALICE3/Core/DetLayer.h +++ b/ALICE3/Core/DetLayer.h @@ -46,4 +46,4 @@ struct DetLayer { } // namespace o2::fastsim -#endif // ALICE3_CORE_DETLAYER_H_ +#endif // ALICE3_CORE_DETLAYER_H_ diff --git a/ALICE3/Core/FastTracker.h b/ALICE3/Core/FastTracker.h index c9f6d01e64e..86f9c2641d2 100644 --- a/ALICE3/Core/FastTracker.h +++ b/ALICE3/Core/FastTracker.h @@ -31,7 +31,7 @@ class FastTracker public: // Constructor/destructor FastTracker(); - virtual ~FastTracker(){} + virtual ~FastTracker() {} void AddLayer(TString name, float r, float z, float x0, float xrho, float resRPhi = 0.0f, float resZ = 0.0f, float eff = 0.0f); @@ -63,4 +63,4 @@ class FastTracker } // namespace fastsim } // namespace o2 -#endif // ALICE3_CORE_FASTTRACKER_H_ +#endif // ALICE3_CORE_FASTTRACKER_H_