diff --git a/src/OBJECT/GEOM_AISShape.cxx b/src/OBJECT/GEOM_AISShape.cxx index 7cba7edbe..4b5b686e4 100644 --- a/src/OBJECT/GEOM_AISShape.cxx +++ b/src/OBJECT/GEOM_AISShape.cxx @@ -513,4 +513,4 @@ Standard_Boolean GEOM_AISShape::switchTopLevel() { Standard_Boolean GEOM_AISShape::toActivate() { return Standard_True; -} \ No newline at end of file +} diff --git a/src/OBJECT/GEOM_TopWireframeShape.cxx b/src/OBJECT/GEOM_TopWireframeShape.cxx index b3db3ddda..f22b3197f 100755 --- a/src/OBJECT/GEOM_TopWireframeShape.cxx +++ b/src/OBJECT/GEOM_TopWireframeShape.cxx @@ -99,4 +99,4 @@ Standard_Boolean GEOM_TopWireframeShape::switchTopLevel() { void GEOM_TopWireframeShape::setIO(const Handle(SALOME_InteractiveObject)& io){ SetOwner( io ); -} \ No newline at end of file +} diff --git a/src/OBJECT/GEOM_TopWireframeShape.hxx b/src/OBJECT/GEOM_TopWireframeShape.hxx index b15f3c670..90e8d7b38 100755 --- a/src/OBJECT/GEOM_TopWireframeShape.hxx +++ b/src/OBJECT/GEOM_TopWireframeShape.hxx @@ -107,4 +107,4 @@ private: // other inline functions and methods (like "C++: function call" methods) // -#endif \ No newline at end of file +#endif