From: azv Date: Mon, 24 Jul 2017 08:18:47 +0000 (+0300) Subject: Coding style fix (line length <= 100) X-Git-Tag: V_2.9.0~23^2~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a4c7c92bc085cb1be7c902800ad53bed1709af03;p=modules%2Fshaper.git Coding style fix (line length <= 100) --- diff --git a/src/SketchPlugin/SketchPlugin_ConstraintCollinear.cpp b/src/SketchPlugin/SketchPlugin_ConstraintCollinear.cpp index 484692fba..e36287b4c 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintCollinear.cpp +++ b/src/SketchPlugin/SketchPlugin_ConstraintCollinear.cpp @@ -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; }