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