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>2013-12-10 06:44:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-10 06:45:17 +0400
commit8dc80e9d736a9262947de8fb80df40dc010e37b4 (patch)
treee95ba44fcbe16fe75b2c858d080979de4bad8341 /source/blender/makesrna/intern/rna_particle.c
parent07d09267964b70893d81e2d2fd6958ad6075e16c (diff)
Style Cleanup
Diffstat (limited to 'source/blender/makesrna/intern/rna_particle.c')
-rw-r--r--source/blender/makesrna/intern/rna_particle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_particle.c b/source/blender/makesrna/intern/rna_particle.c
index 92c567e9a67..01e7b673838 100644
--- a/source/blender/makesrna/intern/rna_particle.c
+++ b/source/blender/makesrna/intern/rna_particle.c
@@ -402,8 +402,8 @@ static EnumPropertyItem *rna_Particule_Material_itemf(bContext *C, PointerRNA *U
int totitem = 0;
int i;
- if (ob->totcol > 0){
- for (i = 1; i<=ob->totcol; i++) {
+ if (ob->totcol > 0) {
+ for (i = 1; i <= ob->totcol; i++) {
ma = give_current_material(ob, i);
tmp.value = i;
tmp.icon = ICON_MATERIAL_DATA;