Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / Model / Model_Expression.cpp
index 3a1d62ab25642c774dab95588c636644c3a99d8d..f2f348243f58a975449e063b42c28dbf55b35793 100644 (file)
@@ -42,7 +42,7 @@ void Model_Expression::setText(const std::string& theValue)
   setError(text().empty() ? "" : "Not a double value.");
 }
 
-std::string Model_Expression::text() const 
+std::string Model_Expression::text() const
 {
   return TCollection_AsciiString(myText->Get()).ToCString();
 }