]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
untabify
authorjfa <jfa@opencascade.com>
Thu, 17 Dec 2009 09:49:14 +0000 (09:49 +0000)
committerjfa <jfa@opencascade.com>
Thu, 17 Dec 2009 09:49:14 +0000 (09:49 +0000)
src/GEOMImpl/GEOMImpl_Block6Explorer.cxx

index db47bb49a2bac596228c7bbc001e09e49590d198..2df09e3526f38de03ee27c8528e4ce459b398a86 100644 (file)
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
+
 #include <Standard_Stream.hxx>
 
 #include <GEOMImpl_Block6Explorer.hxx>
@@ -987,15 +987,15 @@ void GEOMImpl_Block6Explorer::InitByTwoFaces (const TopoDS_Shape& theFace1,
   TopoDS_Wire wire1 = TopoDS::Wire(aWire1);
   TopoDS_Wire wire2 = TopoDS::Wire(aWire2);
   TopoDS_Vertex aV1, aV2;
-  
+
   TopExp::Vertices(wire1, aV1, aV2);
   if ( !aV1.IsNull() && !aV2.IsNull() && aV1.IsSame(aV2) )
     aWire1.Closed( true );
-  
+
   TopExp::Vertices(wire2, aV1, aV2);
   if ( !aV1.IsNull() && !aV2.IsNull() && aV1.IsSame(aV2) )
     aWire2.Closed( true );
-  
+
   // 4. Generate side surface
   if (!aWire1.Closed() || !aWire2.Closed()) {
     // BRepOffsetAPI_ThruSections is not applicable on not closed wires