Salome HOME
untabify
[modules/geom.git] / src / NMTTools / NMTTools_CommonBlockAPI.cxx
index 817f328cbcf0c448ac12f913e489dcc82e9dcc77..c11edda4c30ff5d8d1e4ebc8c72f1ef09b7d10da 100644 (file)
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-// File:       NMTTools_CommonBlockAPI.cxx
-// Created:    Mon Dec 15 11:38:04 2003
-// Author:     Peter KURNEV
-//             <pkv@irinox>
+// File:        NMTTools_CommonBlockAPI.cxx
+// Created:     Mon Dec 15 11:38:04 2003
+// Author:      Peter KURNEV
+//              <pkv@irinox>
 //
 #include <NMTTools_CommonBlockAPI.ixx>
 
@@ -75,8 +75,8 @@
       const BOPTools_PaveBlock& aPB=anItPB.Value();
       anECurrent=aPB.OriginalEdge();
       if (anECurrent==anE) {
-       pmyListOfPaveBlock->Append(aPB);
-       break;
+        pmyListOfPaveBlock->Append(aPB);
+        break;
       }
     }
   }
     for (; anItPB.More(); anItPB.Next()) {
       const BOPTools_PaveBlock& aPBx=anItPB.Value();
       if (aPBx.IsEqual(aPB)) {
-       return aCB;
+        return aCB;
       }
     }
   }