diff options
Diffstat (limited to 'common/memorypool.h')
-rw-r--r-- | common/memorypool.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/common/memorypool.h b/common/memorypool.h index 9ecab9e90b..fcbacabc5c 100644 --- a/common/memorypool.h +++ b/common/memorypool.h @@ -29,11 +29,9 @@ #include "common/scummsys.h" #include "common/array.h" -namespace Common -{ +namespace Common { -class MemoryPool -{ +class MemoryPool { private: MemoryPool(const MemoryPool&); MemoryPool& operator=(const MemoryPool&); @@ -54,6 +52,6 @@ public: void freeUnusedPages(); }; -} +} // End of namespace Common #endif |