Commit d651d1ab authored by Max Kellermann's avatar Max Kellermann

util/SparseBuffer: move #endif to the bottom

parent 5a8b734c
......@@ -90,8 +90,6 @@ private:
Iterator CheckCollapseNext(Iterator i) noexcept;
};
#endif
/**
* A buffer which caches the contents of a "huge" array, and remembers
* which chunks are available.
......@@ -139,3 +137,5 @@ public:
map.Commit(start_offset, end_offset);
}
};
#endif
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