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-02-15 03:49:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-15 03:49:30 +0400
commitc6b3e0f8e466cfe3c2e31173b4c7e4399d2dc23f (patch)
treeda55f1740717b20b1b817e98f92fac3f4c6b2eb1 /source/blender/editors/uvedit/uvedit_parametrizer.c
parentb94993941fe5a503627b45fd55f93f3bebbad97d (diff)
style cleanup
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_parametrizer.c')
-rw-r--r--source/blender/editors/uvedit/uvedit_parametrizer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/uvedit/uvedit_parametrizer.c b/source/blender/editors/uvedit/uvedit_parametrizer.c
index dd4f5221003..767003bdd84 100644
--- a/source/blender/editors/uvedit/uvedit_parametrizer.c
+++ b/source/blender/editors/uvedit/uvedit_parametrizer.c
@@ -3100,7 +3100,7 @@ static PBool p_chart_lscm_solve(PHandle *handle, PChart *chart)
if ((v1->flag & PVERT_PIN) && (v2->flag & PVERT_PIN) && (v3->flag & PVERT_PIN)) {
float area = p_face_uv_area_signed(f);
- if(area > 0.0f)
+ if (area > 0.0f)
area_pinned_up += area;
else
area_pinned_down -= area;