From 11857089113682447b85b07169b2a3c5db5eb6d2 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Wed, 17 Mar 2021 12:18:29 +0100 Subject: [PATCH] Cleanup: clang format --- source/blender/blenlib/BLI_multi_value_map.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/blenlib/BLI_multi_value_map.hh b/source/blender/blenlib/BLI_multi_value_map.hh index 5652e8f1bba..4113085a1e3 100644 --- a/source/blender/blenlib/BLI_multi_value_map.hh +++ b/source/blender/blenlib/BLI_multi_value_map.hh @@ -25,7 +25,7 @@ * and their order is maintained. * * This data structure is different from a `std::multi_map`, because multi_map can store the same -* key more than once and MultiValueMap can't. + * key more than once and MultiValueMap can't. * * Currently, this class exists mainly for convenience. There are no performance benefits over * using Map>. In the future, a better implementation for this data structure