Ran script to remove trailing spaces and tabs

This commit is contained in:
Robert Osfield
2012-03-21 17:36:20 +00:00
parent 1e35f8975d
commit 14a563dc9f
1495 changed files with 21873 additions and 21873 deletions

View File

@@ -48,7 +48,7 @@ class ReaderWriterZIP : public osgDB::ReaderWriter
return archive.get();
}
/** open an archive for reading.*/
/** open an archive for reading.*/
virtual ReadResult openArchive(std::istream& fin, const Options* options) const
{
osg::ref_ptr<ZipArchive> archive = new ZipArchive;