diff --git a/reco/L1/L1Algo/L1CATrackFinder.cxx b/reco/L1/L1Algo/L1CATrackFinder.cxx
index 7535b34f4987246768e134cef0114626fbbcf4c6..ed551ec05655e3a596291e1432d6fc5354862ae4 100644
--- a/reco/L1/L1Algo/L1CATrackFinder.cxx
+++ b/reco/L1/L1Algo/L1CATrackFinder.cxx
@@ -1952,8 +1952,9 @@ void L1Algo::CATrackFinder() {
 
   for (isec = 0; isec < fNFindIterations; ++isec)  // all finder
   {
-    if (fmCBMmode) if (isec!=0) continue;
-      
+    if (fmCBMmode)
+      if (isec != 0) continue;
+
     n_g1.assign(n_g1.size(), Portion);
 
     for (int n = 0; n < nTh; n++)