Salome HOME
Update source formatting
[modules/shaper.git] / src / Model / Model_ResultField.h
index 315484297c90d9c5cd4fc7baccac46e402b6f20c..38de177a1a9cdc848c479be9d091c44c46cc184c 100644 (file)
@@ -25,7 +25,7 @@ public:
   class Model_FieldStep : public ModelAPI_ResultField::ModelAPI_FieldStep
   {
   public:
-    Model_FieldStep(ModelAPI_ResultField* theParent, int theId) 
+    Model_FieldStep(ModelAPI_ResultField* theParent, int theId)
       : myParent(theParent), myId(theId) {};
 
     virtual ModelAPI_ResultField* field() const { return myParent; }