]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_ShapeAPI.h
index dc9328be14ea5b12a927781e4ddddca71904a371..e016a3c942bcd87367fc9953b4f04c770e7c94db 100644 (file)
@@ -27,9 +27,9 @@ public:
   /// \param theDy The dimension on Y
   /// \param theDz The dimension on Z
   /// \return a shape
-  static std::shared_ptr<GeomAPI_Shape> makeBox(const double theDx, const double theDy, 
+  static std::shared_ptr<GeomAPI_Shape> makeBox(const double theDx, const double theDy,
                                                 const double theDz) throw (GeomAlgoAPI_Exception);
-  
+
   /// Creates a box using the two points that defined a diagonal.
   /// \param theFirstPoint One extermity of the diagonal
   /// \param theSecondPoint The other extremity of the diagonal