diff --git a/macro/mcbm/geometry/tof/Create_TOF_Geometry_v22a_mcbm.C b/macro/mcbm/geometry/tof/Create_TOF_Geometry_v22a_mcbm.C
index 032a1b8e89437386525b6d9b48b7b364b171f9d6..cf8048bb674b2f49346c6dcd2970ec6066e44eb1 100644
--- a/macro/mcbm/geometry/tof/Create_TOF_Geometry_v22a_mcbm.C
+++ b/macro/mcbm/geometry/tof/Create_TOF_Geometry_v22a_mcbm.C
@@ -898,7 +898,7 @@ void position_inner_tof_modules(Int_t modNType)
   NumberOfPoles++;
 
   // Mar2019 setup
-  Int_t modNum[4] = {4 * 0};
+  Int_t modNum[4]                = {4 * 0};
   const Int_t NModules           = 8;
   xPos                           = 0.;
   yPos                           = 0.;
@@ -912,7 +912,7 @@ void position_inner_tof_modules(Int_t modNType)
   TGeoRotation* module_rot           = NULL;
   TGeoCombiTrans* module_combi_trans = NULL;
 
-/*
+  /*
   for (Int_t iMod = 0; iMod < NModules; iMod++) {
     module_trans = new TGeoTranslation("", xPos + ModDx[iMod], yPos + ModDy[iMod], zPos + ModDz[iMod]);
     module_rot   = new TGeoRotation();