Update fdbclient/VersionedMap.h
Indentation Fix Co-Authored-By: Steve Atherton <stevea@apple.com>
This commit is contained in:
parent
efbce26c78
commit
381f3220b3
|
@ -515,7 +515,7 @@ public:
|
||||||
Version getLatestVersion() const { return latestVersion; }
|
Version getLatestVersion() const { return latestVersion; }
|
||||||
Version getOldestVersion() const { return oldestVersion; }
|
Version getOldestVersion() const { return oldestVersion; }
|
||||||
|
|
||||||
//front element should be the oldest version in the deque, hence the next oldest should be at index 1
|
//front element should be the oldest version in the deque, hence the next oldest should be at index 1
|
||||||
Version getNextOldestVersion() const { return roots[1]->first; }
|
Version getNextOldestVersion() const { return roots[1]->first; }
|
||||||
|
|
||||||
void forgetVersionsBefore(Version newOldestVersion) {
|
void forgetVersionsBefore(Version newOldestVersion) {
|
||||||
|
|
Loading…
Reference in New Issue