diff options
| author | Stefan Boberg <[email protected]> | 2021-08-24 19:28:28 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-24 19:28:28 +0200 |
| commit | 4de83df30ccdc00911d9906e688760b03702545b (patch) | |
| tree | 205bdc6a283bc6c75145fdcc87eb14e9099a3ad7 /zenstore/CAS.cpp | |
| parent | Fixed Http CbPackage reading (diff) | |
| download | zen-4de83df30ccdc00911d9906e688760b03702545b.tar.xz zen-4de83df30ccdc00911d9906e688760b03702545b.zip | |
Clang-format fixes
Diffstat (limited to 'zenstore/CAS.cpp')
| -rw-r--r-- | zenstore/CAS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/CAS.cpp b/zenstore/CAS.cpp index d91e8cb2c..c05e3703d 100644 --- a/zenstore/CAS.cpp +++ b/zenstore/CAS.cpp @@ -145,7 +145,7 @@ CasImpl::FindChunk(const IoHash& ChunkHash) return IoBuffer{}; } -void +void CasImpl::FilterChunks(CasChunkSet& InOutChunks) { m_SmallStrategy.FilterChunks(InOutChunks); |