Coverted tabs to space in core libraries.

This commit is contained in:
Robert Osfield
2005-11-17 13:35:53 +00:00
parent 168225ebaf
commit 0e16b64665
33 changed files with 1400 additions and 1409 deletions

View File

@@ -209,7 +209,7 @@ osg::BoundingBox osgParticle::ParticleSystem::computeBound() const
return _def_bbox;
} else
{
return osg::BoundingBox(_bmin,_bmax);
return osg::BoundingBox(_bmin,_bmax);
}
}