]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomData/GeomData_Point2D.cpp
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / GeomData / GeomData_Point2D.cpp
index 6873674b073f3cb9b0d0dfc718dd38f91ac8e42a..30b47115db5de6be77771f18910dac0cb8c6b8c6 100644 (file)
@@ -114,7 +114,7 @@ std::string GeomData_Point2D::expressionError(int theComponent)
   return myExpression[theComponent]->error();
 }
 
-void GeomData_Point2D::setUsedParameters(int theComponent, 
+void GeomData_Point2D::setUsedParameters(int theComponent,
                                          const std::set<std::string>& theUsedParameters)
 {
   assert(theComponent >= 0 && theComponent < NUM_COMPONENTS);