From 47c4accf4c3697b4d03e95aabef859d993db30b5 Mon Sep 17 00:00:00 2001
From: "s.zharko@gsi.de" <szharko@lxi099.gsi.de>
Date: Thu, 13 Jan 2022 18:27:02 +0100
Subject: [PATCH] Apply clang-format

---
 reco/L1/CbmL1.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/reco/L1/CbmL1.h b/reco/L1/CbmL1.h
index c8dea94ed0..baa9217323 100644
--- a/reco/L1/CbmL1.h
+++ b/reco/L1/CbmL1.h
@@ -82,9 +82,9 @@ public:
 };
 
 // TODO: insert documentation!
-//  
+//
 /// L1Algo runtime constants modification can be performed in run_reco.C. Example:
-///   
+///
 ///   l1->GetL1Parameters()->SetMaxDoubletsPerSinglet(149);
 ///
 class CbmL1 : public FairTask {
-- 
GitLab