aboutsummaryrefslogtreecommitdiff
path: root/zenstore/cidstore.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-27 11:32:00 +0200
committerStefan Boberg <[email protected]>2021-09-27 11:32:00 +0200
commit231a720c099ad088c53316d03cb2b6348d2cf2a7 (patch)
tree1bf1a591226092f744d6a7f59bdea578259f0516 /zenstore/cidstore.cpp
parentAdded simple compact binary endpoint for JSON testing (diff)
downloadzen-231a720c099ad088c53316d03cb2b6348d2cf2a7.tar.xz
zen-231a720c099ad088c53316d03cb2b6348d2cf2a7.zip
clang-format
Diffstat (limited to 'zenstore/cidstore.cpp')
-rw-r--r--zenstore/cidstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/cidstore.cpp b/zenstore/cidstore.cpp
index d76058bd1..df5c32d25 100644
--- a/zenstore/cidstore.cpp
+++ b/zenstore/cidstore.cpp
@@ -46,7 +46,7 @@ struct CidStore::Impl
RwLock::ExclusiveLockScope _(m_Lock);
- auto It = m_CidMap.try_emplace(DecompressedId, Compressed);
+ auto It = m_CidMap.try_emplace(DecompressedId, Compressed);
if (!It.second)
{
if (It.first.value() != Compressed)