Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-09-06 20:39:53 +0300
committerHans Goudey <h.goudey@me.com>2021-09-06 20:39:53 +0300
commit5cd7e557ae112ec9f3649a6d2a6d0f19c75211c9 (patch)
treef9903f8d652d3cd7760f4417437047aa4e12a5ca /source/blender/functions
parent584af77101500fdc76b96ed40e9be1595398374f (diff)
Cleanup: Comment formatting
Diffstat (limited to 'source/blender/functions')
-rw-r--r--source/blender/functions/FN_field.hh2
1 files changed, 1 insertions, 1 deletions
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_);
}