Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Plugin.h
index 1b49efe5833a2308024bd31be37c84f729688ef6..560a2242a88e73a25f8747e802a716ac2029be75 100644 (file)
@@ -5,18 +5,17 @@
 #ifndef FeaturesPlugin_Plugin_H_
 #define FeaturesPlugin_Plugin_H_
 
-
 #include "FeaturesPlugin.h"
 #include <ModelAPI_Plugin.h>
 #include <ModelAPI_Feature.h>
 
-class FEATURESPLUGIN_EXPORT FeaturesPlugin_Plugin: public ModelAPI_Plugin
+class FEATURESPLUGIN_EXPORT FeaturesPlugin_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
   FeaturesPlugin_Plugin();
 };