Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultParameters.h
index 509e064ea1158da0dc74a74219b0e515e8d34e8e..5c67cbcc05e220663e25fd2c121cc95bb24f8229 100644 (file)
  */
 class ModelAPI_ResultParameters : public ModelAPI_Result
 {
-public:
+ public:
   /// Returns the group identifier of this result
   virtual std::string groupName()
-    { return group(); }
+  {
+    return group();
+  }
 
   /// Returns the group identifier of this result
   static std::string group()
-    {static std::string MY_GROUP = "Parameters"; return MY_GROUP;}
+  {
+    static std::string MY_GROUP = "Parameters";
+    return MY_GROUP;
+  }
 };
 
 //! Pointer on feature object