Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / StdMeshers / StdMeshers_ProjectionSource2D.cxx
index b2b1e86eee1ca487d71e0774a7f3fedc9052b18f..d3334e295ad367f9ed0f496078f59a8e03c885d1 100644 (file)
@@ -99,7 +99,7 @@ void StdMeshers_ProjectionSource2D::SetSourceFace(const TopoDS_Shape& Face)
 void StdMeshers_ProjectionSource2D::SetVertexAssociation(const TopoDS_Shape& sourceVertex1,
                                                          const TopoDS_Shape& sourceVertex2,
                                                          const TopoDS_Shape& targetVertex1,
-                                                         const TopoDS_Shape& targetVertex2) 
+                                                         const TopoDS_Shape& targetVertex2)
 {
   if ( sourceVertex1.IsNull() != targetVertex1.IsNull() ||
        sourceVertex2.IsNull() != targetVertex2.IsNull() )