Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintMovement.cpp
index 110741c5610c31908cbb3ef58e02be77d460b3d2..916b8d5515d988d4eeca5cd5fc8d713ae96b74af 100644 (file)
@@ -52,7 +52,7 @@ static std::list<EntityWrapperPtr> movedEntities(
     std::list<EntityWrapperPtr> aMovedSubs = movedEntities(
         *anOldIt, theOldStorage, *aNewIt, theNewStorage);
     // check only the points to be moved (because arcs in PlaneGCS have scalar subs too)
-    if ((*anOldIt)->type() == ENTITY_POINT && 
+    if ((*anOldIt)->type() == ENTITY_POINT &&
        (aMovedSubs.size() != 1 || aMovedSubs.front() != *anOldIt))
       isFullyMoved = false;
     aMoved.insert(aMoved.end(), aMovedSubs.begin(), aMovedSubs.end());