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

@@ -193,7 +193,7 @@ bool trpgRange::Read(trpgReadBuffer &buf)
// Read the handle if we can..
try {
int32 tempHandle;
if(buf.Get(tempHandle))
if(buf.Get(tempHandle))
{
handle = tempHandle;
}
@@ -348,7 +348,7 @@ trpgRangeTable & trpgRangeTable::operator = (const trpgRangeTable &inTab)
{
Reset();
RangeMapType::const_iterator itr = inTab.rangeMap.begin();
for ( ; itr != inTab.rangeMap.end( ); itr++)
for ( ; itr != inTab.rangeMap.end( ); itr++)
rangeMap[itr->first] = itr->second;
#if 0