From d063ba2baef31467b168c1a6d8c121090f5c9645 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 10 Oct 2012 14:31:10 +0000 Subject: [PATCH] Fix compilation warnings (add missing end of line in the last line of file) --- src/OBJECT/GEOM_AISShape.cxx | 2 +- src/OBJECT/GEOM_TopWireframeShape.cxx | 2 +- src/OBJECT/GEOM_TopWireframeShape.hxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2