From 32e68dad07bf38eba42c932ba4db702d38ecf7a0 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Mon, 6 May 2024 12:53:00 -0700 Subject: [PATCH] Fix weird whitespace --- include/VersionedMap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/VersionedMap.h b/include/VersionedMap.h index 1d26a20..80dd768 100644 --- a/include/VersionedMap.h +++ b/include/VersionedMap.h @@ -28,8 +28,8 @@ namespace weaselab { * versioned results with an underlying unversioned data structure. @warning you * must not apply mutations to your data structure through a version that * overtakes a concurrent versioned reader. - - * Thread safety: + * + * Thread safety: * - It's safe to operate on two different VersionedMaps in two different * threads concurrently * - It's safe to have multiple threads operating on the same VersionedMap