From 180192dd4db6a8e9e9b1d4a06d37f728e5cd6b52 Mon Sep 17 00:00:00 2001
From: Alexandru Bercuci <abercuci@niham.nipne.ro>
Date: Thu, 23 Feb 2023 15:14:30 +0200
Subject: [PATCH] fix format

---
 reco/detectors/trd/CbmTrdHitProducer.h | 6 +++---
 reco/detectors/trd/CbmTrdModuleRec2D.h | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/reco/detectors/trd/CbmTrdHitProducer.h b/reco/detectors/trd/CbmTrdHitProducer.h
index c6fee35991..0a67b777e9 100644
--- a/reco/detectors/trd/CbmTrdHitProducer.h
+++ b/reco/detectors/trd/CbmTrdHitProducer.h
@@ -60,7 +60,7 @@ public:
     */
   virtual void Finish();
   virtual void SetParContainers();
-  /** \brief Correction of hit time in TRD2D due to different processes */ 
+  /** \brief Correction of hit time in TRD2D due to different processes */
   void SetHitTimeOffset(int dt) { fHitTimeOffset = dt; }
 
 private:
@@ -140,8 +140,8 @@ private:
 
   /** @brief Total processing time [RealTime]. */
   Float_t fProcessTime = 0;
-  int fHitTimeOffset = 0;  ///< hit time correction for synchronization
-  
+  int fHitTimeOffset   = 0;  ///< hit time correction for synchronization
+
   ClassDef(CbmTrdHitProducer, 2);
 };
 
diff --git a/reco/detectors/trd/CbmTrdModuleRec2D.h b/reco/detectors/trd/CbmTrdModuleRec2D.h
index dd9fcac98c..31e532054a 100644
--- a/reco/detectors/trd/CbmTrdModuleRec2D.h
+++ b/reco/detectors/trd/CbmTrdModuleRec2D.h
@@ -209,7 +209,7 @@ private:
   UChar_t vrM   = 0;          //! maximum row
   UChar_t viM   = 0;          //! index of maximum signal in the projection
   UShort_t vyM  = 0;          //! bit map for cluster topology classification
-  int fHitTimeOff = 0;        //! hit time offset for synchronization
+  int fHitTimeOff = 0;          //! hit time offset for synchronization
   std::vector<Double_t> vs;   //! working copy of signals from cluster
   std::vector<Double_t> vse;  //! working copy of signal errors from cluster
   std::vector<Char_t> vt;     //! working copy of signal relative timing
-- 
GitLab