Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / ModelAPI / ModelAPI_Feature.h
index 5690933e669a24eafd4fd669390a6d146362d45c..fd19221b0b246c4223ec5f9eec5bac5eadb27d8c 100644 (file)
@@ -7,6 +7,7 @@
 
 #include "ModelAPI.h"
 #include "ModelAPI_PluginManager.h"
+
 #include <string>
 #include <memory>
 
@@ -18,7 +19,6 @@ class ModelAPI_Document;
  * \brief Functionality of the model object: to update result,
  * to initialize attributes, etc.
  */
-
 class MODELAPI_EXPORT ModelAPI_Feature
 {
   std::shared_ptr<ModelAPI_Object> myData; ///< manager of the data model of a feature