Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintMovement.h
index 484b7bb56a0da1a351a7c31992d6f38786cca52c..63211fa4fb6262ec8c0f5462bedb468127c84603 100644 (file)
@@ -29,7 +29,7 @@ public:
   {}
 
   /// \brief Tries to remove constraint
-  /// \return \c false, if current constraint contains another SketchPlugin 
+  /// \return \c false, if current constraint contains another SketchPlugin
   /// constraints (like for multiple coincidence)
   virtual bool remove();
 
@@ -39,9 +39,9 @@ protected:
 
   /// \brief Generate list of attributes of constraint in order useful for SolveSpace constraints
   /// \param[out] theValue        numerical characteristic of constraint (e.g. distance)
-  /// \param[out] theAttributes   list of attributes to be filled 
+  /// \param[out] theAttributes   list of attributes to be filled
   /// (list of moved entities or attributes)
-  virtual void getAttributes(ParameterWrapperPtr& theValue, 
+  virtual void getAttributes(ParameterWrapperPtr& theValue,
                              std::vector<EntityWrapperPtr>& theAttributes);
 
 private: