Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Plugin.h
index 63f488ca531708b83dc9e659ae38e14424192852..bb81ba781212d882e113cd32646eda725832af99 100644 (file)
@@ -5,18 +5,17 @@
 #ifndef SketchPlugin_Plugin_H_
 #define SketchPlugin_Plugin_H_
 
-
 #include "SketchPlugin.h"
 #include "ModelAPI_Plugin.h"
 #include "ModelAPI_Feature.h"
 
-class SKETCHPLUGIN_EXPORT SketchPlugin_Plugin: public ModelAPI_Plugin
+class SKETCHPLUGIN_EXPORT SketchPlugin_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
   SketchPlugin_Plugin();
 };