mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-28 10:52:03 +08:00
Update fdbclient/VersionedMap.h
Indentation fix. Co-Authored-By: Steve Atherton <stevea@apple.com>
This commit is contained in:
parent
9d334948b1
commit
efbce26c78
@ -475,7 +475,7 @@ public:
|
||||
|
||||
Version oldestVersion, latestVersion;
|
||||
|
||||
// This deque keeps track of PTree root nodes at various versions. Since the
|
||||
// This deque keeps track of PTree root nodes at various versions. Since the
|
||||
// versions increase monotonically, the deque is implicitly sorted and hence
|
||||
// binary-searchable.
|
||||
std::deque<std::pair<Version, Tree>> roots;
|
||||
|
Loading…
x
Reference in New Issue
Block a user