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:
authorCampbell Barton <ideasman42@gmail.com>2019-04-09 09:44:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-09 09:44:06 +0300
commiteb9237eb20ccec08bce364db5f768b854a5bb440 (patch)
treea38adf64735fe7c32deda57df98650771c3473b0 /source/blender/blenkernel/intern/modifier.c
parent86a44d2b07a025c26352e10bf34f9250b695002a (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenkernel/intern/modifier.c')
-rw-r--r--source/blender/blenkernel/intern/modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/modifier.c b/source/blender/blenkernel/intern/modifier.c
index 8f52e579a91..7600c74b777 100644
--- a/source/blender/blenkernel/intern/modifier.c
+++ b/source/blender/blenkernel/intern/modifier.c
@@ -895,7 +895,7 @@ ModifierData *modifier_get_original(ModifierData *md)
}
struct ModifierData *modifier_get_evaluated(
- Depsgraph* depsgraph,
+ Depsgraph *depsgraph,
Object *object,
ModifierData *md)
{