Salome HOME
Issue #2155 Trim removes multi-rotation constraint, undo leads to wrong DOF
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Translation.cpp
index 88cb99e87e59d8179de3c941bd750e11c3a31ee3..fea7313260ff10b4d6aa221677e805ad120496f0 100644 (file)
@@ -142,7 +142,7 @@ void FeaturesAPI_Translation::dump(ModelHighAPI_Dumper& theDumper) const
     theDumper << ", " << anAttrStartPoint << ", " << anAttrEndPoint;
   }
 
-   theDumper << ")" << std::endl;
+  theDumper << ")" << std::endl;
 }
 
 //==================================================================================================