From cda4cd0705f92dd0aac760071a4f71b98935d19f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 22 Apr 2019 00:54:27 +1000 Subject: Cleanup: comments (long lines) in blenlib --- source/blender/blenlib/intern/kdtree_impl.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/intern/kdtree_impl.h') diff --git a/source/blender/blenlib/intern/kdtree_impl.h b/source/blender/blenlib/intern/kdtree_impl.h index a4b1833e657..32e8a4e90f5 100644 --- a/source/blender/blenlib/intern/kdtree_impl.h +++ b/source/blender/blenlib/intern/kdtree_impl.h @@ -58,7 +58,8 @@ struct KDTree { #define KD_NODE_UNSET ((uint)-1) -/** When set we know all values are unbalanced, otherwise clear them when re-balancing: see T62210. */ +/** When set we know all values are unbalanced, + * otherwise clear them when re-balancing: see T62210. */ #define KD_NODE_ROOT_IS_INIT ((uint)-2) /* -------------------------------------------------------------------- */ @@ -732,7 +733,8 @@ int BLI_kdtree_nd_(range_search)(const KDTree *tree, * A version of #BLI_kdtree_3d_range_search which runs a callback * instead of allocating an array. * - * \param search_cb: Called for every node found in \a range, false return value performs an early exit. + * \param search_cb: Called for every node found in \a range, + * false return value performs an early exit. * * \note the order of calls isn't sorted based on distance. */ -- cgit v1.2.3