Commit 93bd0020 authored by Chris Toshok's avatar Chris Toshok

formatting

parent 5cb21c7d
...@@ -105,7 +105,6 @@ static constexpr size_t NUM_BUCKETS = sizeof(sizes) / sizeof(sizes[0]); ...@@ -105,7 +105,6 @@ static constexpr size_t NUM_BUCKETS = sizeof(sizes) / sizeof(sizes[0]);
class SmallArena : public Arena<SMALL_ARENA_START> { class SmallArena : public Arena<SMALL_ARENA_START> {
public: public:
private: private:
template <int N> class Bitmap { template <int N> class Bitmap {
static_assert(N % 64 == 0, ""); static_assert(N % 64 == 0, "");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment