diff options
| author | Stefan Boberg <[email protected]> | 2021-08-20 13:54:05 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-20 13:54:05 +0200 |
| commit | 25dc6d46f65f0f3d20a5ad1da573f9267f2af2c2 (patch) | |
| tree | c79f022ae3574aae7b803c84f0b07a4fe3b4adcd /zenserver/cache/structuredcachestore.cpp | |
| parent | CL16570338: CompactBinary: Added validation to LoadCompactBinary and removed ... (diff) | |
| download | zen-25dc6d46f65f0f3d20a5ad1da573f9267f2af2c2.tar.xz zen-25dc6d46f65f0f3d20a5ad1da573f9267f2af2c2.zip | |
clang-format
Diffstat (limited to 'zenserver/cache/structuredcachestore.cpp')
| -rw-r--r-- | zenserver/cache/structuredcachestore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/cache/structuredcachestore.cpp b/zenserver/cache/structuredcachestore.cpp index e6eda05aa..fe662267c 100644 --- a/zenserver/cache/structuredcachestore.cpp +++ b/zenserver/cache/structuredcachestore.cpp @@ -233,7 +233,7 @@ struct ZenCacheDiskLayer::CacheBucket CacheBucket(CasStore& Cas); ~CacheBucket(); - void OpenOrCreate(std::filesystem::path BucketDir); + void OpenOrCreate(std::filesystem::path BucketDir); static bool Delete(std::filesystem::path BucketDir); bool Get(const zen::IoHash& HashKey, ZenCacheValue& OutValue); |