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>2018-07-10 10:29:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-10 10:29:30 +0300
commit9536f920e375cddbb83e55c53e50a3b8cab54ce6 (patch)
tree5844fecb91ee828b6a74a3cc951aef4d4e074a22 /source/blender/depsgraph
parent96bae0f882034a1e0496261df2c3254d1ca13083 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/depsgraph')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/builder/deg_builder.cc b/source/blender/depsgraph/intern/builder/deg_builder.cc
index 34da29652a4..4cbc7700947 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder.cc
+++ b/source/blender/depsgraph/intern/builder/deg_builder.cc
@@ -70,7 +70,7 @@ void deg_graph_build_finalize(Main *bmain, Depsgraph *graph)
}
if (flag != 0) {
DEG_graph_id_tag_update(bmain,
- (::Depsgraph*)graph,
+ (::Depsgraph *)graph,
id_node->id_orig,
flag);
}