From 874a7ed3b3e5cfd327ff3f11abe65a45ab0afaa1 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 24 Sep 2013 08:56:47 +0000 Subject: [PATCH] Removed redundent spaces --- include/osgUtil/LineSegmentIntersector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgUtil/LineSegmentIntersector b/include/osgUtil/LineSegmentIntersector index 61624ff72..95fb79520 100644 --- a/include/osgUtil/LineSegmentIntersector +++ b/include/osgUtil/LineSegmentIntersector @@ -67,7 +67,7 @@ class OSGUTIL_EXPORT LineSegmentIntersector : public Intersector /** convinience function for mapping the intersection point to any textures assigned to the objects intersected. * Returns the Texture pointer and texture coords of object hit when a texture is available on the object, returns NULL otherwise.*/ osg::Texture* getTextureLookUp(osg::Vec3& tc) const; - + }; typedef std::multiset Intersections;