From: vsv Date: Wed, 26 Jul 2017 14:06:30 +0000 (+0300) Subject: Correct line length. X-Git-Tag: V_2.9.0~23^2~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b4d12f91513b9b8c014d71f29e5d2657d08b2320;p=modules%2Fshaper.git Correct line length. --- 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