[Bf-blender-cvs] [5cd7e557ae1] temp-geometry-nodes-fields: Cleanup: Comment formatting

Hans Goudey noreply at git.blender.org
Mon Sep 6 19:40:00 CEST 2021


Commit: 5cd7e557ae112ec9f3649a6d2a6d0f19c75211c9
Author: Hans Goudey
Date:   Mon Sep 6 12:39:53 2021 -0500
Branches: temp-geometry-nodes-fields
https://developer.blender.org/rB5cd7e557ae112ec9f3649a6d2a6d0f19c75211c9

Cleanup: Comment formatting

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

M	source/blender/functions/FN_field.hh

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

diff --git a/source/blender/functions/FN_field.hh b/source/blender/functions/FN_field.hh
index 7de88f6298a..07859565a06 100644
--- a/source/blender/functions/FN_field.hh
+++ b/source/blender/functions/FN_field.hh
@@ -339,7 +339,7 @@ class FieldEvaluator : NonMovable, NonCopyable {
   ~FieldEvaluator()
   {
     /* While this assert isn't strictly necessary, and could be replaced with a warning,
-     * it will catch cases where someone forgets to call #evaluate() */
+     * it will catch cases where someone forgets to call #evaluate(). */
     BLI_assert(is_evaluated_);
   }



More information about the Bf-blender-cvs mailing list