Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Plugin.h
index 95ab19376e52ed4921a86fd68f5ce4c382445201..143b786e55d931542e4350dd2b0ab72753680755 100644 (file)
@@ -5,18 +5,17 @@
 #ifndef ConstructionPlugin_Plugin_H_
 #define ConstructionPlugin_Plugin_H_
 
-
 #include "ConstructionPlugin.h"
 #include "ModelAPI_Plugin.h"
 #include "ModelAPI_Feature.h"
 
-class CONSTRUCTIONPLUGIN_EXPORT ConstructionPlugin_Plugin: public ModelAPI_Plugin
+class CONSTRUCTIONPLUGIN_EXPORT ConstructionPlugin_Plugin : public ModelAPI_Plugin
 {
-public:
+ public:
   /// Creates the feature object of this plugin by the feature string ID
   virtual FeaturePtr createFeature(std::string theFeatureID);
 
-public:
+ public:
   /// Is needed for python wrapping by swig
   ConstructionPlugin_Plugin();
 };