]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_ExtrusionBoolean.cpp
Salome HOME
Meet the coding style (line length <= 100)
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_ExtrusionBoolean.cpp
index 2fa5ea282d7dc1e469dfea7cae3ae1627562bf62..b4cd6e44abd3db9d44dde432bec017bee8abac6c 100755 (executable)
@@ -27,6 +27,6 @@ void FeaturesPlugin_ExtrusionBoolean::storeGenerationHistory(ResultBodyPtr theRe
                                         const std::shared_ptr<GeomAlgoAPI_MakeShape> theMakeShape,
                                         int& theTag)
 {
-  FeaturesPlugin_Extrusion::storeGenerationHistory(theResultBody, theBaseShape, 
+  FeaturesPlugin_Extrusion::storeGenerationHistory(theResultBody, theBaseShape,
                                                    theMakeShape, theTag);
 }