From 7f14e7dac90a57e1c7a776192127c55f79002d31 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 6 May 2011 12:32:23 +0000 Subject: [PATCH] Removed trailing spaces --- include/osgUtil/SceneGraphBuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgUtil/SceneGraphBuilder b/include/osgUtil/SceneGraphBuilder index 24a15915b..2518ff53a 100644 --- a/include/osgUtil/SceneGraphBuilder +++ b/include/osgUtil/SceneGraphBuilder @@ -150,7 +150,7 @@ class OSGUTIL_EXPORT SceneGraphBuilder unsigned int _maxNumTexCoordComponents; osg::Vec4f _texCoord; - GLenum _primitiveMode; + GLenum _primitiveMode; osg::ref_ptr _vertices; osg::ref_ptr _normals; osg::ref_ptr _colors;