Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-03-17 14:18:29 +0300
committerJacques Lucke <jacques@blender.org>2021-03-17 14:18:35 +0300
commit11857089113682447b85b07169b2a3c5db5eb6d2 (patch)
tree9709da032df2cd9ba0275ce18f829b1da12f1c23
parent3157c3680bb74444db7b5d90b09ca05dedaf9073 (diff)
Cleanup: clang format
-rw-r--r--source/blender/blenlib/BLI_multi_value_map.hh2
1 files changed, 1 insertions, 1 deletions
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<Key, Vector<Value>>. In the future, a better implementation for this data structure