Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / GeomData / GeomData_Point2D.cpp
index 7e6f889c41fb5698380bed1b4d2a99ee5da12fa5..08913436c7f757ec2261079c299c16abc9c49e55 100644 (file)
@@ -37,7 +37,7 @@ double GeomData_Point2D::y() const
 boost::shared_ptr<GeomAPI_Pnt2d> GeomData_Point2D::pnt()
 {
   boost::shared_ptr<GeomAPI_Pnt2d> aResult(
-    new GeomAPI_Pnt2d(myCoords->Value(0), myCoords->Value(1)));
+      new GeomAPI_Pnt2d(myCoords->Value(0), myCoords->Value(1)));
   return aResult;
 }