Assorted whitespace cleanup and typo fixes.

This commit is contained in:
Michael Lotz
2015-08-20 21:54:41 +02:00
parent 44b69ccbdb
commit 5d4501aa01
6 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -233,21 +233,21 @@ template<class Element, class ElementVec>
int32
OpenHashTable<Element, ElementVec>::ArraySize() const
{
return fArraySize;
return fArraySize;
}
template<class Element, class ElementVec>
int32
OpenHashTable<Element, ElementVec>::VectorSize() const
{
return fElementVector->Size();
return fElementVector->Size();
}
template<class Element, class ElementVec>
int32
OpenHashTable<Element, ElementVec>::CountElements() const
{
return fElementCount;
return fElementCount;
}