1
0
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:
negoyal 2019-09-26 21:56:43 -07:00 committed by GitHub
parent 9d334948b1
commit efbce26c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;