]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelGeomAlgo/ModelGeomAlgo_Point2D.cpp
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / ModelGeomAlgo / ModelGeomAlgo_Point2D.cpp
index 2060572394512a05f00a6cc8bcf58e09b1790865..0ee9df16eb88099f48d7db718381ed19f1f2e93c 100755 (executable)
@@ -203,10 +203,10 @@ namespace ModelGeomAlgo_Point2D {
     std::string aValue = "not defined";
     std::string aType = theAttribute->attributeType();
     if (aType == GeomDataAPI_Point2D::typeId()) {
-      std::shared_ptr<GeomDataAPI_Point2D> aPoint = 
+      std::shared_ptr<GeomDataAPI_Point2D> aPoint =
         std::dynamic_pointer_cast<GeomDataAPI_Point2D>(theAttribute);
       if (aPoint.get() && aPoint->isInitialized()) {
-        aValue = std::string("(" + doubleToString(aPoint->x()) + ", "+ 
+        aValue = std::string("(" + doubleToString(aPoint->x()) + ", "+
                              doubleToString(aPoint->y()) + ")");
       }
     }