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-09-18 04:07:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-18 04:07:17 +0400
commit0ac194687e3e872fe0f9df1fc95652c733d500af (patch)
tree8342376506268ba972c662029ee4ca680188939d /source/blender/editors/sculpt_paint
parent9096b3a14e063df0fb45d2ce266ec858bf937207 (diff)
style cleanup
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index d07f447b2fa..a557afcdf3d 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -2496,7 +2496,7 @@ static void calc_area_normal_and_flatten_center(Sculpt *sd, Object *ob,
/* for flatten center */
if (count != 0)
mul_v3_fl(fc, 1.0f / count);
- else if (count_flipped !=0 )
+ else if (count_flipped != 0)
mul_v3_v3fl(fc, fc_flip, 1.0f / count_flipped);
else
zero_v3(fc);