Fix weird whitespace
This commit is contained in:
@@ -148,8 +148,7 @@ struct __attribute__((__visibility__("default"))) VersionedMap {
|
|||||||
* mutation intersecting `key[i]` at `version[i]` then `iterator[i]` will
|
* mutation intersecting `key[i]` at `version[i]` then `iterator[i]` will
|
||||||
* point to that mutation. Otherwise it points to the first mutation greater
|
* point to that mutation. Otherwise it points to the first mutation greater
|
||||||
* or `end()` if none exists. `version[i]` must be >= `getOldestVersion()`
|
* or `end()` if none exists. `version[i]` must be >= `getOldestVersion()`
|
||||||
* and
|
* and <= `getVersion()`.
|
||||||
* <= `getVersion()`.
|
|
||||||
*
|
*
|
||||||
* Thread-safe as long as a version is not concurrently invalidated by
|
* Thread-safe as long as a version is not concurrently invalidated by
|
||||||
* `setOldestVersion`. There's a performance benefit if you pass iterator[i]
|
* `setOldestVersion`. There's a performance benefit if you pass iterator[i]
|
||||||
|
Reference in New Issue
Block a user