[Bf-blender-cvs] [11857089113] master: Cleanup: clang format

Jacques Lucke noreply at git.blender.org
Wed Mar 17 12:19:55 CET 2021


Commit: 11857089113682447b85b07169b2a3c5db5eb6d2
Author: Jacques Lucke
Date:   Wed Mar 17 12:18:29 2021 +0100
Branches: master
https://developer.blender.org/rB11857089113682447b85b07169b2a3c5db5eb6d2

Cleanup: clang format

===================================================================

M	source/blender/blenlib/BLI_multi_value_map.hh

===================================================================

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



More information about the Bf-blender-cvs mailing list