]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/BuildPlugin/BuildPlugin_Shell.cpp
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_Shell.cpp
index b90e749459d9728d538d5ed02fbee2f6cd39d41f..687341cf1dd900972d02cc768f19b07b29ee5ec8 100644 (file)
@@ -72,7 +72,7 @@ void BuildPlugin_Shell::execute()
     ResultBodyPtr aResultBody = document()->createBody(data(), anIndex);
     aResultBody->store(aShell);
     for(ListOfShape::const_iterator anIt = aShapes.cbegin(); anIt != aShapes.cend(); ++anIt) {
-      for(GeomAPI_ShapeExplorer 
+      for(GeomAPI_ShapeExplorer
           aFaceExp(*anIt, GeomAPI_Shape::FACE); aFaceExp.more(); aFaceExp.next()) {
         GeomShapePtr aFace = aFaceExp.current();
         ListOfShape aHistory;