Salome HOME
Using test for testing number of sub-shapes.
[modules/shaper.git] / src / SketchSolver / SketchSolver_Constraint.cpp
index 13396b8cf43602a9e834f4b986d5808e3d8e5133..bbf00518aa95c1e1f57ec7f12aaa4f7c65e23612 100644 (file)
@@ -258,7 +258,7 @@ bool SketchSolver_Constraint::isUsed(FeaturePtr theFeature) const
     if ((*aCIt)->isUsed(theFeature))
       return true;
 
-  std::list<AttributePtr> anAttrList = 
+  std::list<AttributePtr> anAttrList =
     theFeature->data()->attributes(GeomDataAPI_Point2D::typeId());
   std::list<AttributePtr>::const_iterator anAttrIt = anAttrList.begin();
   for (; anAttrIt != anAttrList.end(); ++ anAttrIt)