diff options
Diffstat (limited to 'common/hashmap.cpp')
-rw-r--r-- | common/hashmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hashmap.cpp b/common/hashmap.cpp index ff8f9db9ce..e505d1dd25 100644 --- a/common/hashmap.cpp +++ b/common/hashmap.cpp @@ -106,4 +106,4 @@ void updateHashCollisionStats(int collisions, int dummyHits, int lookups, int ar } #endif -} // End of namespace Common +} // End of namespace Common |