Fixed indentation

This commit is contained in:
Robert Osfield
2010-08-17 19:48:19 +00:00
parent 8755d8090b
commit 06d2631a3d

View File

@@ -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);
}