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-05-15 07:58:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-05-15 07:58:55 +0300
commit687ff699e98e54acf8ce6fa705bc8ee5ccd3fddf (patch)
tree611e29781af4937b357f3e2c54742b1922f15a37 /source/blender/makesrna
parent890d871bc32fed7bee352f88c34d8157fd234596 (diff)
Cleanup: warnings, style
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index dd30cb0d03f..9130bdc6f7b 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -1732,7 +1732,7 @@ static void rna_SceneRenderLayer_pass_update(Main *bmain, Scene *activescene, Po
static void rna_SceneRenderLayer_update_render_passes(ID *id)
{
- Scene *scene = (Scene*) id;
+ Scene *scene = (Scene *)id;
if (scene->nodetree)
ntreeCompositUpdateRLayers(scene->nodetree);
}