Salome HOME
Meet the coding style (line length <= 100)
authorazv <azv@opencascade.com>
Thu, 4 May 2017 08:08:47 +0000 (11:08 +0300)
committerazv <azv@opencascade.com>
Thu, 4 May 2017 08:08:47 +0000 (11:08 +0300)
src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_UpdateCoincidence.cpp

index 4ea868a110ee423e1700f9a5dac6c12509db3ee2..bad62522a08fc57b1d689c9865e1d93b8a0f4819 100644 (file)
@@ -157,7 +157,8 @@ static bool hasSamePoint(const std::set<EntityWrapperPtr>& theList, const GCS::P
   return false;
 }
 
-static bool hasSamePoint(const std::set<EntityWrapperPtr>& theList, const EntityWrapperPtr& thePoint)
+static bool hasSamePoint(const std::set<EntityWrapperPtr>& theList,
+                         const EntityWrapperPtr& thePoint)
 {
   return hasSamePoint(theList, toPoint(thePoint));
 }