diff --git a/reco/L1/L1Algo/L1CATrackFinder.cxx b/reco/L1/L1Algo/L1CATrackFinder.cxx
index d98a0989c03bb278c27f90aa9488474fdff46a02..587a761d435c55e583ce7b4839d618e57cc7538b 100644
--- a/reco/L1/L1Algo/L1CATrackFinder.cxx
+++ b/reco/L1/L1Algo/L1CATrackFinder.cxx
@@ -1,6 +1,6 @@
 /* Copyright (C) 2009-2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
    SPDX-License-Identifier: GPL-3.0-only
-   Authors: Valentina Akishina, Ivan Kisel, Sergey Gorbunov, Igor Kulakov, Maksym Zyzak */
+   Authors: Valentina Akishina, Ivan Kisel, Sergey Gorbunov [committer], Igor Kulakov, Maksym Zyzak */
 
 /*
  *=====================================================
@@ -2280,10 +2280,12 @@ void L1Algo::CATrackFinder()
               }
             }
 
-            if (fmCBMmode)
-              if (tr.NHits <= 3) check = 0;
-              else if (tr.NHits < 3)
-                check = 0;
+            if (fmCBMmode) {
+              if (tr.NHits <= 3) { check = 0; }
+            }
+            else {
+              if (tr.NHits < 3) { check = 0; }
+            }
 
             if (check) {
 #ifdef EXTEND_TRACKS