Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Revolution.h
index 7bb8530e4428090d86c64d3168c48345bfefa1bd..b429437c1a119bdb61794fc269e9d2ff3cdab8be 100644 (file)
@@ -39,10 +39,10 @@ public:
   /// \brief Creates revolution for the given shape.
   /// \param[in] theBaseShape face for revolution.
   /// \param[in] theAxis axis for revolution.
-  /// \param[in] theToShape to bounding shape. Can be empty. 
+  /// \param[in] theToShape to bounding shape. Can be empty.
   ///                       In this case offset will be applied to the basis.
   /// \param[in] theToAngle to angle.
-  /// \param[in] theFromShape from bounding shape. Can be empty. 
+  /// \param[in] theFromShape from bounding shape. Can be empty.
   ///                       In this case offset will be applied to the basis.
   /// \param[in] theFromAngle from angle.
   GEOMALGOAPI_EXPORT GeomAlgoAPI_Revolution(const GeomShapePtr                 theBaseShape,