Salome HOME
Issue #1916: Fatal error when create sketch on body Remove subshapes
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Placement.cpp
index 0ffb26ed7a9f3777f2a2ec7266c6e36c498cd83e..c28d769d0e073a8c88b33b3e2d09bb9e427e4c55 100644 (file)
@@ -197,7 +197,7 @@ void FeaturesPlugin_Placement::loadNamingDS(GeomAlgoAPI_Transform& theTransformA
   std::string aPlacedName = "Placed";
   std::shared_ptr<GeomAPI_DataMapOfShapeShape> aSubShapes = theTransformAlgo.mapOfSubShapes();
 
-  FeaturesPlugin_Tools::storeModifiedShapes(theTransformAlgo, theResultBody, 
-                                            theBaseShape, aPlacedTag, aPlacedName, 
+  FeaturesPlugin_Tools::storeModifiedShapes(theTransformAlgo, theResultBody,
+                                            theBaseShape, aPlacedTag, aPlacedName,
                                             *aSubShapes.get());
 }