]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_ConstraintCollinear.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintCollinear.h
index 6e06053ae0916016f937f7540705dc658ddddad7..5d6187eb41b363b13328a1651f03a3b4c0aaca64 100644 (file)
@@ -22,7 +22,7 @@ public:
   virtual ~SketchSolver_ConstraintCollinear() {}
 
   /// \brief Notify constraint, that coincidence appears or removed
-  virtual void notifyCoincidenceChanged(EntityWrapperPtr theCoincAttr1, 
+  virtual void notifyCoincidenceChanged(EntityWrapperPtr theCoincAttr1,
                                         EntityWrapperPtr theCoincAttr2);
 };