Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / InitializationPlugin / InitializationPlugin_Plugin.cpp
index a82ff65e4d2ea442416b9dd2c7b0d6d6831e6984..ee76b04d279dac93553611358e09753611dc9bcb 100644 (file)
@@ -153,7 +153,7 @@ FeaturePtr InitializationPlugin_Plugin::createAxis(DocumentPtr theDoc, FeaturePt
     aAxis->data()->setName("OZ");
   }
    // don't show automatically created feature in the features history
-  aAxis->setInHistory(aAxis, false); 
+  aAxis->setInHistory(aAxis, false);
   aAxis->execute();
   aAxis->data()->execState(ModelAPI_StateDone);
   aAxis->firstResult()->data()->execState(ModelAPI_StateDone);