Salome HOME
Merge remote-tracking branch 'origin/SALOME-8.2.0_porting'
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_ExtrusionBoolean.cpp
index 4501a81911ea8e59d5b5e7cb1f4a5309bc43f9c5..b4cd6e44abd3db9d44dde432bec017bee8abac6c 100755 (executable)
@@ -23,9 +23,10 @@ bool FeaturesPlugin_ExtrusionBoolean::makeGeneration(ListOfShape& theBaseShapes,
 
 //=================================================================================================
 void FeaturesPlugin_ExtrusionBoolean::storeGenerationHistory(ResultBodyPtr theResultBody,
-                                                             const GeomShapePtr theBaseShape,
-                                                             const std::shared_ptr<GeomAlgoAPI_MakeShape> theMakeShape,
-                                                             int& theTag)
+                                        const GeomShapePtr theBaseShape,
+                                        const std::shared_ptr<GeomAlgoAPI_MakeShape> theMakeShape,
+                                        int& theTag)
 {
-  FeaturesPlugin_Extrusion::storeGenerationHistory(theResultBody, theBaseShape, theMakeShape, theTag);
+  FeaturesPlugin_Extrusion::storeGenerationHistory(theResultBody, theBaseShape,
+                                                   theMakeShape, theTag);
 }