From: azv Date: Thu, 4 May 2017 08:08:47 +0000 (+0300) Subject: Meet the coding style (line length <= 100) X-Git-Tag: V_2.7.1~35 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5bb66eafc931be045b2da1407c88b3c08f759c40;p=modules%2Fshaper.git Meet the coding style (line length <= 100) --- diff --git a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_UpdateCoincidence.cpp b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_UpdateCoincidence.cpp index 4ea868a11..bad62522a 100644 --- a/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_UpdateCoincidence.cpp +++ b/src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_UpdateCoincidence.cpp @@ -157,7 +157,8 @@ static bool hasSamePoint(const std::set& theList, const GCS::P return false; } -static bool hasSamePoint(const std::set& theList, const EntityWrapperPtr& thePoint) +static bool hasSamePoint(const std::set& theList, + const EntityWrapperPtr& thePoint) { return hasSamePoint(theList, toPoint(thePoint)); }