[Bf-blender-cvs] [590b2311241] functions: reflow comment

Jacques Lucke noreply at git.blender.org
Thu Sep 12 13:21:07 CEST 2019


Commit: 590b23112416c00a31bf1a30741fdaf317c8c003
Author: Jacques Lucke
Date:   Thu Sep 12 12:21:40 2019 +0200
Branches: functions
https://developer.blender.org/rB590b23112416c00a31bf1a30741fdaf317c8c003

reflow comment

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

M	source/blender/blenlib/BLI_vector.hpp

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

diff --git a/source/blender/blenlib/BLI_vector.hpp b/source/blender/blenlib/BLI_vector.hpp
index 802affe85ea..f8e5b7a70e4 100644
--- a/source/blender/blenlib/BLI_vector.hpp
+++ b/source/blender/blenlib/BLI_vector.hpp
@@ -17,11 +17,9 @@
 /** \file
  * \ingroup bli
  *
- * This vector wraps a dynamically sized array of a specific type.
- * It supports small object optimization. That means, when the
- * vector only contains a few elements, no extra memory allocation
- * is performed. Instead, those elements are stored directly in
- * the vector.
+ * This vector wraps a dynamically sized array of a specific type. It supports small object
+ * optimization. That means, when the vector only contains a few elements, no memory allocation is
+ * performed. Instead, those elements are stored directly in the vector.
  */
 
 #pragma once



More information about the Bf-blender-cvs mailing list