Salome HOME
Auto-formatting according to the defined code standard.
[modules/shaper.git] / src / ModelAPI / ModelAPI_Feature.hxx
index ea84802ccf2fca87d28bd2c2893c36a5433cdb5d..f29a3a73c85e52575f80f4e3a4d2bb46e53ad60c 100644 (file)
@@ -24,7 +24,9 @@ public:
 
   /// Use plugin manager for features creation: this method is 
   /// defined here only for SWIG-wrapping
-  ModelAPI_Feature() {}
+  ModelAPI_Feature()
+  {
+  }
 };
 
 #endif