Salome HOME
Using test for testing number of sub-shapes.
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintCollinear.h
index 6299740dd14eb6d654ed4a355f09b28127863a7b..5d6187eb41b363b13328a1651f03a3b4c0aaca64 100644 (file)
@@ -22,7 +22,8 @@ public:
   virtual ~SketchSolver_ConstraintCollinear() {}
 
   /// \brief Notify constraint, that coincidence appears or removed
-  virtual void notifyCoincidenceChanged(EntityWrapperPtr theCoincAttr1, EntityWrapperPtr theCoincAttr2);
+  virtual void notifyCoincidenceChanged(EntityWrapperPtr theCoincAttr1,
+                                        EntityWrapperPtr theCoincAttr2);
 };
 
 #endif