]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Coding style fix (line length <= 100)
authorazv <azv@opencascade.com>
Mon, 24 Jul 2017 08:18:47 +0000 (11:18 +0300)
committerazv <azv@opencascade.com>
Mon, 24 Jul 2017 08:18:47 +0000 (11:18 +0300)
src/SketchPlugin/SketchPlugin_ConstraintCollinear.cpp

index 484692fbaeeaf2451d1ec9133cc9f6d2b2ca9c71..e36287b4c35f2f8f4212f8c37cadc03256e9b8f5 100644 (file)
@@ -41,8 +41,8 @@ AISObjectPtr SketchPlugin_ConstraintCollinear::getAISObject(AISObjectPtr thePrev
   if (!sketch())
     return thePrevious;
 
-  AISObjectPtr anAIS = SketcherPrs_Factory::collinearConstraint(this, sketch(), sketch()->coordinatePlane(),
-                                                                thePrevious);
+  AISObjectPtr anAIS = SketcherPrs_Factory::collinearConstraint(
+      this, sketch(), sketch()->coordinatePlane(), thePrevious);
   return anAIS;
 }