]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesAPI/FeaturesAPI_RemoveSubShapes.cpp
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_RemoveSubShapes.cpp
index ab5841b5b3f21e1b155434fc50d9ba0432e32f9a..5847f8ff26da12c77600cbdbbdbf6f51fce6d0de 100644 (file)
@@ -59,7 +59,7 @@ void FeaturesAPI_RemoveSubShapes::dump(ModelHighAPI_Dumper& theDumper) const
   FeaturePtr aBase = feature();
   const std::string& aDocName = theDumper.name(aBase->document());
 
-  AttributeSelectionPtr anAttrBaseShape = 
+  AttributeSelectionPtr anAttrBaseShape =
     aBase->selection(FeaturesPlugin_RemoveSubShapes::BASE_SHAPE_ID());
   AttributeSelectionListPtr anAttrSubShapes =
     aBase->selectionList(FeaturesPlugin_RemoveSubShapes::SUBSHAPES_ID());