]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_PluginManager.cxx
Salome HOME
Auto-formatting according to the defined code standard.
[modules/shaper.git] / src / ModelAPI / ModelAPI_PluginManager.cxx
index 889b6e7d6339966843e134a5fe3b1288aa58ae8b..2afb0ceb81c43bb37d11790dc5d97fb13a455298 100644 (file)
 /// Manager that will be initialized from Model package, one per application
 boost::shared_ptr<ModelAPI_PluginManager> MY_MANAGER;
 
-ModelAPI_PluginManager::ModelAPI_PluginManager() 
-{}
+ModelAPI_PluginManager::ModelAPI_PluginManager()
+{
+}
 
 boost::shared_ptr<ModelAPI_PluginManager> ModelAPI_PluginManager::Get()
 {
   return MY_MANAGER;
 }
 
-void ModelAPI_PluginManager::SetPluginManager(
-  boost::shared_ptr<ModelAPI_PluginManager> theManager)
+void ModelAPI_PluginManager::SetPluginManager(boost::shared_ptr<ModelAPI_PluginManager> theManager)
 {
   MY_MANAGER = theManager;
 }