From 00628198377ae1d26212bc68feb2527158bf3319 Mon Sep 17 00:00:00 2001
From: Alexandru Bercuci <abercuci@niham.nipne.ro>
Date: Thu, 14 Jul 2022 16:31:58 +0300
Subject: [PATCH] fix coding

---
 core/detectors/trd/CbmTrdFASP.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/detectors/trd/CbmTrdFASP.h b/core/detectors/trd/CbmTrdFASP.h
index 25ee4e0407..a9e1096bea 100644
--- a/core/detectors/trd/CbmTrdFASP.h
+++ b/core/detectors/trd/CbmTrdFASP.h
@@ -10,9 +10,9 @@
 #include <Rtypes.h>      // for THashConsistencyHolder, ClassDef
 #include <RtypesCore.h>  // for Int_t, Float_t, ULong64_t, UInt_t, Bool_t
 #include <TObject.h>     // for TObject
-#include <tuple>         // for tuple
 
 #include <map>      // for map
+#include <tuple>         // for tuple
 #include <utility>  // for pair
 
 class CbmMatch;
-- 
GitLab