diff --git a/reco/L1/CbmL1.cxx b/reco/L1/CbmL1.cxx
index d5dc8bc05274808d4edad1bade2c395d5cf106dc..243bcfd26669bd1d2c84b2abd7c3362067be388e 100644
--- a/reco/L1/CbmL1.cxx
+++ b/reco/L1/CbmL1.cxx
@@ -1426,7 +1426,7 @@ void CbmL1::Reconstruct(CbmEvent* event) {
                          / (sta.xInfo.sin_phi * sta.yInfo.sin_phi
                             - sta.xInfo.cos_phi * sta.yInfo.cos_phi)[0];
 
-#if 1  // GAUSS                                                                                                                                            
+#if 1  // GAUSS
       const_cast<std::vector<L1Strip>*>(algo->vStsStrips)->at(h.f) =
         idet * (+sta.yInfo.sin_phi[0] * mcp.x - sta.xInfo.cos_phi[0] * mcp.y)
         + random.Gaus(0, sqrt(sta.frontInfo.sigma2)[0]);