style updates

This commit is contained in:
Martin Michelsen
2026-05-25 07:58:11 -07:00
parent 62a9da9ed3
commit f13c4df946
3 changed files with 103 additions and 101 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
#include <unordered_map>
#include <vector>
struct PatchFileIndex {
class PatchFileIndex {
public:
static constexpr size_t CHUNK_SIZE = 0x6000;
explicit PatchFileIndex(const std::string& root_dir);