diff options
| author | Per Larsson <[email protected]> | 2021-11-11 15:08:02 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-11-11 15:08:02 +0100 |
| commit | ca91bd3945fa9e93b48cad72a1bca910badfd940 (patch) | |
| tree | 7ab365be18496a9f127f4e2ebebd465547b15d90 /zenserver/cache/structuredcachestore.h | |
| parent | Renamed 3rdparty -> thirdparty for legal compliance (diff) | |
| download | zen-ca91bd3945fa9e93b48cad72a1bca910badfd940.tar.xz zen-ca91bd3945fa9e93b48cad72a1bca910badfd940.zip | |
Format fix.
Diffstat (limited to 'zenserver/cache/structuredcachestore.h')
| -rw-r--r-- | zenserver/cache/structuredcachestore.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zenserver/cache/structuredcachestore.h b/zenserver/cache/structuredcachestore.h index 6521d8393..0dfcbc5ca 100644 --- a/zenserver/cache/structuredcachestore.h +++ b/zenserver/cache/structuredcachestore.h @@ -112,9 +112,9 @@ struct DiskLocation static const uint64_t kStructured = 0x4000'0000'0000'0000ull; static const uint64_t kTombStone = 0x2000'0000'0000'0000ull; - DiskLocation(); - DiskLocation(uint64_t Offset, uint64_t ValueSize, uint32_t IndexSize, uint64_t Flags); - static uint64_t CombineOffsetAndFlags(uint64_t Offset, uint64_t Flags); + DiskLocation(); + DiskLocation(uint64_t Offset, uint64_t ValueSize, uint32_t IndexSize, uint64_t Flags); + static uint64_t CombineOffsetAndFlags(uint64_t Offset, uint64_t Flags); uint64_t Offset() const; uint64_t Size() const; uint64_t IsFlagSet(uint64_t Flag) const; |