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>2014-03-30 22:45:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-30 22:46:19 +0400
commit482201d1a0a2e8002c9c8c8dda9e06b8b5c52fea (patch)
tree376b8c58a78e1c6e506d0c5b8df5ca975d3cd14d /source/blender/makesrna/intern/rna_smoke.c
parent0b8774fc427267793b3fc228da4bb0ce63f6cf76 (diff)
Style cleanup
Diffstat (limited to 'source/blender/makesrna/intern/rna_smoke.c')
-rw-r--r--source/blender/makesrna/intern/rna_smoke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_smoke.c b/source/blender/makesrna/intern/rna_smoke.c
index 26a25100f5d..6e0d374e3e9 100644
--- a/source/blender/makesrna/intern/rna_smoke.c
+++ b/source/blender/makesrna/intern/rna_smoke.c
@@ -231,7 +231,7 @@ static void rna_SmokeModifier_flame_grid_get(PointerRNA *ptr, float *values)
else
flame = smoke_get_flame(sds->fluid);
- if(flame)
+ if (flame)
memcpy(values, flame, size * sizeof(float));
else
memset(values, 0, size * sizeof(float));