Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Remove.cpp
index 19ca7ae08e58261fd8813d8a89977193e8bdef27..bf54347099a38c2871a30476577c9ceae6537846 100644 (file)
@@ -33,7 +33,7 @@ void PartSetPlugin_Remove::execute()
       aRoot->refsToFeature(aFeature, aRefFeatures);
       if (aRefFeatures.empty()) {
         aRoot->removeFeature(aFeature);
-        // the redisplay signal should be flushed in order to erase the feature presentation 
+        // the redisplay signal should be flushed in order to erase the feature presentation
         // in the viewer after removeFeature from the document
         Events_Loop::loop()->flush(Events_Loop::loop()->eventByName(EVENT_OBJECT_TO_REDISPLAY));
       }