Salome HOME
untabify
authoreap <eap@opencascade.com>
Thu, 29 Oct 2009 06:40:23 +0000 (06:40 +0000)
committereap <eap@opencascade.com>
Thu, 29 Oct 2009 06:40:23 +0000 (06:40 +0000)
src/StdMeshers/StdMeshers_FaceSide.cxx

index 15ebca37371656df8bc54eaad69f5a021c30cdf5..aef26665d4159f3e88e36bb52727cdf0bb3c551c 100644 (file)
@@ -165,8 +165,8 @@ StdMeshers_FaceSide::StdMeshers_FaceSide(const TopoDS_Face& theFace,
 //================================================================================
 
 StdMeshers_FaceSide::StdMeshers_FaceSide(const SMDS_MeshNode* theNode,
-                                        const gp_Pnt2d thePnt2d,
-                                        const StdMeshers_FaceSide* theSide)
+                                         const gp_Pnt2d thePnt2d,
+                                         const StdMeshers_FaceSide* theSide)
 {
   myC2d.resize(1);
   myLength = 0;