Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Plugin.h
index 1ffda8a7255ad7fc35aeb826ff8a856980a407ab..e8e9e702b405575131d7604756660c5b2052972e 100644 (file)
@@ -5,18 +5,17 @@
 #ifndef PartSetPlugin_Plugin_H_
 #define PartSetPlugin_Plugin_H_
 
-
 #include "PartSetPlugin.h"
 #include "ModelAPI_Plugin.h"
 #include "ModelAPI_Feature.h"
 
-class PARTSETPLUGIN_EXPORT PartSetPlugin_Plugin: public ModelAPI_Plugin
+class PARTSETPLUGIN_EXPORT PartSetPlugin_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
   PartSetPlugin_Plugin();
 };