diff options
| author | Stefan Boberg <[email protected]> | 2021-09-19 19:31:13 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-19 19:31:13 +0200 |
| commit | 1e5b41352c7d45f34cb1a51e3d3811a4a994592a (patch) | |
| tree | f6c5ded636fc3e9749a7bb79c5f69168b8e9d8f6 /zenstore/compactcas.cpp | |
| parent | Changed some code over from ATL to BasicFile and added Scrub() stubs. (diff) | |
| download | zen-1e5b41352c7d45f34cb1a51e3d3811a4a994592a.tar.xz zen-1e5b41352c7d45f34cb1a51e3d3811a4a994592a.zip | |
clang-format again
Diffstat (limited to 'zenstore/compactcas.cpp')
| -rw-r--r-- | zenstore/compactcas.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zenstore/compactcas.cpp b/zenstore/compactcas.cpp index 71d52e56a..fd223e284 100644 --- a/zenstore/compactcas.cpp +++ b/zenstore/compactcas.cpp @@ -179,8 +179,8 @@ CasContainerStrategy::MakeSnapshot() for (auto& Entry : m_LocationMap) { CasDiskIndexEntry& IndexEntry = Entries[EntryIndex++]; - IndexEntry.Key = Entry.first; - IndexEntry.Location = Entry.second; + IndexEntry.Key = Entry.first; + IndexEntry.Location = Entry.second; } m_SmallObjectIndex.Write(Entries.data(), Entries.size() * sizeof(CasDiskIndexEntry), 0); |