Revert recent style cleanup changes.

This commit is contained in:
Daniel Buckmaster 2015-03-04 11:55:30 +11:00
parent a73850a4bb
commit 84e8cbb4ee
62 changed files with 3380 additions and 3380 deletions

View file

@ -60,14 +60,14 @@ class NetStringTable
U32 prevLink;
U32 seq;
};
U32 mSize;
U32 mFirstFree;
U32 mFirstValid;
U32 mSequenceCount;
U32 size;
U32 firstFree;
U32 firstValid;
U32 sequenceCount;
Entry *mTable;
U32 mHashTable[HashTableSize];
DataChunker *mAllocator;
Entry *table;
U32 hashTable[HashTableSize];
DataChunker *allocator;
NetStringTable();
~NetStringTable();