]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_ConstraintTangent.cpp
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintTangent.cpp
index 1a257a5307ee4a375d0363ba59ba629c272a1f79..690587ae238e72030798244b7912f75e8331932d 100644 (file)
@@ -97,7 +97,7 @@ void SketchSolver_ConstraintTangent::getAttributes(
     return;
   }
 
-  if (myType == CONSTRAINT_TANGENT_ARC_LINE && 
+  if (myType == CONSTRAINT_TANGENT_ARC_LINE &&
       !hasSingleCoincidence(theAttributes[2], theAttributes[3]))
     myErrorMsg = SketchSolver_Error::TANGENCY_FAILED();