From b4d12f91513b9b8c014d71f29e5d2657d08b2320 Mon Sep 17 00:00:00 2001 From: vsv Date: Wed, 26 Jul 2017 17:06:30 +0300 Subject: [PATCH] Correct line length. --- src/SketcherPrs/SketcherPrs_PositionMgr.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SketcherPrs/SketcherPrs_PositionMgr.cpp b/src/SketcherPrs/SketcherPrs_PositionMgr.cpp index 219cc31cc..51796972c 100644 --- a/src/SketcherPrs/SketcherPrs_PositionMgr.cpp +++ b/src/SketcherPrs/SketcherPrs_PositionMgr.cpp @@ -140,7 +140,8 @@ bool containsPoint(const FeaturePtr& theFeature, GeomPnt2dPtr thePnt2d, GeomPoin return false; } -int SketcherPrs_PositionMgr::getPositionIndex(GeomPointPtr thePos, const SketcherPrs_SymbolPrs* thePrs) +int SketcherPrs_PositionMgr::getPositionIndex(GeomPointPtr thePos, + const SketcherPrs_SymbolPrs* thePrs) { if (myPntShapes.count(thePrs->feature()) == 0) { // Renumerate positions around the specified constraint point for all constraints -- 2.39.2