Salome HOME
Fix coding style problems.
authorazv <azv@opencascade.com>
Mon, 20 Jan 2020 13:39:38 +0000 (16:39 +0300)
committerazv <azv@opencascade.com>
Mon, 20 Jan 2020 13:39:38 +0000 (16:39 +0300)
src/PartSet/PartSet_WidgetBSplinePoints.cpp

index 5050b335534b8b465bbf849ad985cde37d41bc7e..2cc9ee1ff91cace5a5c519f96b487e52cff244df 100644 (file)
@@ -461,7 +461,8 @@ void PartSet_WidgetBSplinePoints::deactivate()
   ModuleBase_ModelWidget::deactivate();
 }
 
-void PartSet_WidgetBSplinePoints::mouseReleased(ModuleBase_IViewWindow* theWindow, QMouseEvent* theEvent)
+void PartSet_WidgetBSplinePoints::mouseReleased(ModuleBase_IViewWindow* theWindow,
+                                                QMouseEvent* theEvent)
 {
   // the contex menu release by the right button should not be processed by this widget
   if (theEvent->button() != Qt::LeftButton)
@@ -543,7 +544,8 @@ void PartSet_WidgetBSplinePoints::mouseReleased(ModuleBase_IViewWindow* theWindo
   createNextPoint();
 }
 
-void PartSet_WidgetBSplinePoints::mouseMoved(ModuleBase_IViewWindow* theWindow, QMouseEvent* theEvent)
+void PartSet_WidgetBSplinePoints::mouseMoved(ModuleBase_IViewWindow* theWindow,
+                                             QMouseEvent* theEvent)
 {
   PartSet_Module* aModule = dynamic_cast<PartSet_Module*>(myWorkshop->module());