Salome HOME
Suppressing white space at the end line.
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_ShapeAPI.h
index d84249c6145fe3d1bbf83d887f7bd7d6c72829d8..f5769a35e2bff8d91480b91b6b1584af38f6c20e 100644 (file)
@@ -37,7 +37,7 @@ public:
   /// \return a shape
   static std::shared_ptr<GeomAPI_Shape> makeBox(std::shared_ptr<GeomAPI_Pnt> theFirstPoint,
                      std::shared_ptr<GeomAPI_Pnt> theSecondPoint) throw (GeomAlgoAPI_Exception);
-                                                   
+
   /// Performs a translation from an axis and a distance.
   /// \param theSourceShape Shape to be moved.
   /// \param theAxis Movement axis.
@@ -47,7 +47,7 @@ public:
                      std::shared_ptr<GeomAPI_Shape> theSourceShape,
                      std::shared_ptr<GeomAPI_Ax1>   theAxis,
                      const double theDistance) throw (GeomAlgoAPI_Exception);
-                                                   
+
   /// Performs a translation from dimensions.
   /// \param theSourceShape Shape to be moved.
   /// \param theDx Movement dimension on X.