aboutsummaryrefslogtreecommitdiff
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
parentFixed Http CbPackage reading (diff)
downloadzen-4de83df30ccdc00911d9906e688760b03702545b.tar.xz
zen-4de83df30ccdc00911d9906e688760b03702545b.zip
Clang-format fixes
-rw-r--r--zencore/include/zencore/httpserver.h2
-rw-r--r--zencore/include/zencore/prewindows.h1
-rw-r--r--zenstore/CAS.cpp2
-rw-r--r--zenstore/filecas.cpp2
4 files changed, 3 insertions, 4 deletions
diff --git a/zencore/include/zencore/httpserver.h b/zencore/include/zencore/httpserver.h
index 6412a5a9a..86c121366 100644
--- a/zencore/include/zencore/httpserver.h
+++ b/zencore/include/zencore/httpserver.h
@@ -225,7 +225,7 @@ public:
*/
virtual IoBuffer ReadPayload() = 0;
- ZENCORE_API CbObject ReadPayloadObject();
+ ZENCORE_API CbObject ReadPayloadObject();
ZENCORE_API CbPackage ReadPayloadPackage();
/** Respond with payload
diff --git a/zencore/include/zencore/prewindows.h b/zencore/include/zencore/prewindows.h
index f8f3f6f70..0bc74e49b 100644
--- a/zencore/include/zencore/prewindows.h
+++ b/zencore/include/zencore/prewindows.h
@@ -1,2 +1 @@
// Copyright Epic Games, Inc. All Rights Reserved.
-
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);
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;