From 06d2631a3d81359bfe7c8a60e4e767fe5d5d1f2d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 17 Aug 2010 19:48:19 +0000 Subject: [PATCH] Fixed indentation --- src/osgUtil/Tessellator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgUtil/Tessellator.cpp b/src/osgUtil/Tessellator.cpp index 9541bcac4..c062db59e 100644 --- a/src/osgUtil/Tessellator.cpp +++ b/src/osgUtil/Tessellator.cpp @@ -525,8 +525,8 @@ void Tessellator::handleNewVertices(osg::Geometry& geom,VertexPtrToIndexMap &ver // assign the rest of the attributes. for(ArrayList::iterator aItr=arrays.begin(); - aItr!=arrays.end(); - ++aItr) + aItr!=arrays.end(); + ++aItr) { (*aItr)->accept(inv); }