Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / GDMLPlugin / GDMLPlugin_Plugin.cpp
index 9dba4a099f3e1ff5ba268fb85092458225afb3fb..168ae380e05c44db301fc8b368feb11831593518 100644 (file)
@@ -41,7 +41,7 @@ FeaturePtr GDMLPlugin_Plugin::createFeature(std::string theFeatureID)
   } else if (theFeatureID == GDMLPlugin_Ellipsoid::ID()) {
     return FeaturePtr(new GDMLPlugin_Ellipsoid);
   }
-  
+
   // feature of such kind is not found
   return FeaturePtr();
 }