diff --git a/core/detectors/tof/CbmTofGeoHandler.cxx b/core/detectors/tof/CbmTofGeoHandler.cxx
index 913f3e890be45585a1f6212a920b9690180a7d2a..e6c9f1e9c52b0990405e4b7b0b2f3aee85675e87 100644
--- a/core/detectors/tof/CbmTofGeoHandler.cxx
+++ b/core/detectors/tof/CbmTofGeoHandler.cxx
@@ -223,13 +223,12 @@ Int_t CbmTofGeoHandler::GetUniqueDetectorId() {
 
   if (fGeoVersion == k21a) {
     LOG(debug1) << " SMtype: " << smtype << " SModule: " << smodule
-                << " CounterType: " << countertype  
-                << " Counter: " << counter
+                << " CounterType: " << countertype << " Counter: " << counter
                 << " Gap: " << gap << " Cell: " << cell;
   } else {
     LOG(debug1) << " SMtype: " << smtype << " SModule: " << smodule
-                << " Counter: " << counter
-                << " Gap: " << gap << " Cell: " << cell;
+                << " Counter: " << counter << " Gap: " << gap
+                << " Cell: " << cell;
   }
 
   CbmTofDetectorInfo detInfo(
@@ -308,15 +307,14 @@ Int_t CbmTofGeoHandler::GetUniqueCounterId() {
               << CurrentVolOffName(0);
   if (fGeoVersion == k21a) {
     LOG(debug1) << " SMtype: " << smtype << " SModule: " << smodule
-                << " CounterType: " << countertype  
-                << " Counter: " << counter
+                << " CounterType: " << countertype << " Counter: " << counter
                 << " Gap: " << gap << " Cell: " << cell;
   } else {
     LOG(debug1) << " SMtype: " << smtype << " SModule: " << smodule
-                << " Counter: " << counter
-                << " Gap: " << gap << " Cell: " << cell;
+                << " Counter: " << counter << " Gap: " << gap
+                << " Cell: " << cell;
   }
- 
+
   CbmTofDetectorInfo detInfo(
     ECbmModuleId::kTof, smtype, smodule, counter, gap, cell, countertype);
 
diff --git a/fles/mcbm2018/unpacker/CbmMcbm2018UnpackerAlgoTof.cxx b/fles/mcbm2018/unpacker/CbmMcbm2018UnpackerAlgoTof.cxx
index bd5ee5ff0bf51a0cce6fac3f4768870572c171c5..86791b3cd3f9db4046b1c08e845fbaad193dd80a 100644
--- a/fles/mcbm2018/unpacker/CbmMcbm2018UnpackerAlgoTof.cxx
+++ b/fles/mcbm2018/unpacker/CbmMcbm2018UnpackerAlgoTof.cxx
@@ -1283,7 +1283,7 @@ void CbmMcbm2018UnpackerAlgoTof::ProcessPattern(
         usType,
         usIndex,
         uPattern);
-        /*
+      /*
 	if(usIndex==7) {
 	  TString Tok;
 	  if (bEnableOut) Tok="Ena";
@@ -1303,7 +1303,7 @@ void CbmMcbm2018UnpackerAlgoTof::ProcessPattern(
         usType,
         usIndex,
         uPattern);
-        /*
+      /*
          for( UInt_t uBit = 0; uBit < 32; ++uBit )
             if( ( uPattern >> uBit ) & 0x1 )
             {