From a4c7c92bc085cb1be7c902800ad53bed1709af03 Mon Sep 17 00:00:00 2001 From: azv Date: Mon, 24 Jul 2017 11:18:47 +0300 Subject: [PATCH] Coding style fix (line length <= 100) --- src/SketchPlugin/SketchPlugin_ConstraintCollinear.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2