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/BLI_math_base.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/BLI_math_base.h') diff --git a/source/blender/blenlib/BLI_math_base.h b/source/blender/blenlib/BLI_math_base.h index aff01622f35..177a1a84b16 100644 --- a/source/blender/blenlib/BLI_math_base.h +++ b/source/blender/blenlib/BLI_math_base.h @@ -200,8 +200,9 @@ double double_round(double x, int ndigits); /** \note 0.0001 is too small becaues normals may be converted from short's: see T34322. */ # define BLI_ASSERT_UNIT_EPSILON 0.0002f /** - * \note Checks are flipped so NAN doesn't assert. This is done because we're making sure the value was normalized - * and in the case we don't want NAN to be raising asserts since there is nothing to be done in that case. + * \note Checks are flipped so NAN doesn't assert. + * This is done because we're making sure the value was normalized and in the case we + * don't want NAN to be raising asserts since there is nothing to be done in that case. */ # define BLI_ASSERT_UNIT_V3(v) \ { \ -- cgit v1.2.3