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:
Diffstat (limited to 'source/blender/editors/object/object_modifier.c')
-rw-r--r--source/blender/editors/object/object_modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_modifier.c b/source/blender/editors/object/object_modifier.c
index 08ef397b496..34f192fbffa 100644
--- a/source/blender/editors/object/object_modifier.c
+++ b/source/blender/editors/object/object_modifier.c
@@ -196,7 +196,7 @@ static bool object_has_modifier(const Object *ob, const ModifierData *exclude,
* each of them.
*
* If include_orig is true, the callback will run on 'orig_ob' too.
- *
+ *
* If the callback ever returns true, iteration will stop and the
* function value will be true. Otherwise the function returns false.
*/