]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_OverconstraintListener.cpp
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / PartSet / PartSet_OverconstraintListener.cpp
index 39ee53259572a4c29fa2b1caf666986ecc48fd77..ba05d9bd713a503b9dd67467d8a33a6ad173392c 100755 (executable)
@@ -111,7 +111,7 @@ bool PartSet_OverconstraintListener::appendConflictingObjects(
   getConflictingColor(aColor);
 
   // set error state for new objects and append them in the internal map of objects
-  std::set<ObjectPtr>::const_iterator 
+  std::set<ObjectPtr>::const_iterator
     anIt = theConflictingObjects.begin(), aLast = theConflictingObjects.end();
   for (; anIt != aLast; anIt++) {
     ObjectPtr anObject = *anIt;
@@ -133,7 +133,7 @@ bool PartSet_OverconstraintListener::repairConflictingObjects(
   std::set<ObjectPtr> aModifiedObjects;
   // erase error state of absent current objects in the parameter list
   std::set<ObjectPtr>::const_iterator anIt, aLast;
-  for (anIt = theConflictingObjects.begin(), aLast = theConflictingObjects.end(); 
+  for (anIt = theConflictingObjects.begin(), aLast = theConflictingObjects.end();
        anIt != aLast; anIt++) {
     ObjectPtr anObject = *anIt;
     if (theConflictingObjects.find(anObject) != theConflictingObjects.end()) { // it is found