aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcache.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-10-23 19:00:54 +0200
committerStefan Boberg <[email protected]>2021-10-23 19:00:54 +0200
commit62534b176b04cd7d6b12ac993726e2986b719dbb (patch)
tree63db6f5ebd235ce84f94d2d54912d03fd32af10e /zenserver/cache/structuredcache.cpp
parentcas: fixed some warnings (diff)
downloadzen-62534b176b04cd7d6b12ac993726e2986b719dbb.tar.xz
zen-62534b176b04cd7d6b12ac993726e2986b719dbb.zip
clang-format
Diffstat (limited to 'zenserver/cache/structuredcache.cpp')
-rw-r--r--zenserver/cache/structuredcache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/zenserver/cache/structuredcache.cpp b/zenserver/cache/structuredcache.cpp
index bcb0b1f82..ffb6f563a 100644
--- a/zenserver/cache/structuredcache.cpp
+++ b/zenserver/cache/structuredcache.cpp
@@ -713,8 +713,8 @@ HttpStructuredCacheService::HandleGetCachePayload(zen::HttpServerRequest& Reques
{
if (CompressedBuffer Compressed = CompressedBuffer::FromCompressed(SharedBuffer(UpstreamResult.Value)))
{
- CidStore::InsertResult Result = m_CidStore.AddChunk(Compressed);
- InUpstreamCache = true;
+ CidStore::InsertResult Result = m_CidStore.AddChunk(Compressed);
+ InUpstreamCache = true;
}
else
{