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>2017-11-18 09:22:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-18 09:22:54 +0300
commit40c8a182291ec252bcfd97850f88f7272608fed3 (patch)
tree91972c05c76c6bf8ff613da58935873273f0628c /source/blender/makesrna/intern/rna_image.c
parent8f56cebe72098c49095860f1efc4f635dbf83b8c (diff)
Cleanup: style
Diffstat (limited to 'source/blender/makesrna/intern/rna_image.c')
-rw-r--r--source/blender/makesrna/intern/rna_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_image.c b/source/blender/makesrna/intern/rna_image.c
index cb5d731efc5..cb71cf756ec 100644
--- a/source/blender/makesrna/intern/rna_image.c
+++ b/source/blender/makesrna/intern/rna_image.c
@@ -175,7 +175,7 @@ static void rna_ImageUser_update(Main *UNUSED(bmain), Scene *scene, PointerRNA *
BKE_image_user_frame_calc(iuser, scene->r.cfra, 0);
- if(ptr->id.data) {
+ if (ptr->id.data) {
/* Update material or texture for render preview. */
DAG_id_tag_update(ptr->id.data, 0);
}