From 5bb66eafc931be045b2da1407c88b3c08f759c40 Mon Sep 17 00:00:00 2001 From: azv Date: Thu, 4 May 2017 11:08:47 +0300 Subject: [PATCH] Meet the coding style (line length <= 100) --- .../PlaneGCSSolver/PlaneGCSSolver_UpdateCoincidence.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)); } -- 2.39.2