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

@@ -5,7 +5,7 @@
* DESCRIPTION: Read/Write osg::DrawElementsUInt in binary format to disk.
*
* CREATED BY: Copied from DrawElementsUShort.cpp by Marco Jez
*
*
*
* HISTORY: Created 20.3.2003
*
@@ -63,7 +63,7 @@ void DrawElementsUInt::read(DataInputStream* in)
{
osg::swapBytes4((char*)&((*this)[i])) ;
}
}
}
}
else{
in_THROW_EXCEPTION("DrawElementsUInt::read(): Expected DrawElementsUInt identification.");