From: vsr Date: Wed, 10 Oct 2012 14:31:10 +0000 (+0000) Subject: Fix compilation warnings (add missing end of line in the last line of file) X-Git-Tag: V6_6_0a1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d063ba2baef31467b168c1a6d8c121090f5c9645;p=modules%2Fgeom.git Fix compilation warnings (add missing end of line in the last line of file) --- 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