aboutsummaryrefslogtreecommitdiff
path: root/zenstore/filecas.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-08-24 19:28:28 +0200
committerStefan Boberg <[email protected]>2021-08-24 19:28:28 +0200
commit4de83df30ccdc00911d9906e688760b03702545b (patch)
tree205bdc6a283bc6c75145fdcc87eb14e9099a3ad7 /zenstore/filecas.cpp
parentFixed Http CbPackage reading (diff)
downloadzen-4de83df30ccdc00911d9906e688760b03702545b.tar.xz
zen-4de83df30ccdc00911d9906e688760b03702545b.zip
Clang-format fixes
Diffstat (limited to 'zenstore/filecas.cpp')
-rw-r--r--zenstore/filecas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp
index cddf22503..80b59ea90 100644
--- a/zenstore/filecas.cpp
+++ b/zenstore/filecas.cpp
@@ -299,7 +299,7 @@ FileCasStrategy::HaveChunk(const IoHash& ChunkHash)
return false;
}
-void
+void
FileCasStrategy::FilterChunks(CasChunkSet& InOutChunks)
{
std::unordered_set<IoHash> HaveSet;