]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_RemoveSubShapes.cpp
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_RemoveSubShapes.cpp
index e29d8558f59d40385e9958206919d2724e59bada..222880d87f033a6d2267318408b3209537f2810e 100644 (file)
@@ -45,7 +45,7 @@ void FeaturesPlugin_RemoveSubShapes::attributeChanged(const std::string& theID)
     aSubShapesAttrList->clear();
 
     ResultPtr aContext = aShapeAttrSelection->context();
-    ResultCompSolidPtr aResultCompSolid = 
+    ResultCompSolidPtr aResultCompSolid =
       std::dynamic_pointer_cast<ModelAPI_ResultCompSolid>(aContext);
     if(!aResultCompSolid.get()) {
       return;