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>2018-10-21 08:22:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-21 08:23:15 +0300
commit1f67db75f174fa75ea161bf328f2f36f3b20712f (patch)
tree0aa3010ffe267d10fed02b97c1f01bef5e010533 /source/blender/editors/uvedit/uvedit_parametrizer.c
parent769b979abb1ed3876afcadc28953cdc1d7c8f516 (diff)
Cleanup: style
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 352bfbf9a9e..412d68a5d4d 100644
--- a/source/blender/editors/uvedit/uvedit_parametrizer.c
+++ b/source/blender/editors/uvedit/uvedit_parametrizer.c
@@ -4189,7 +4189,7 @@ static void p_add_ngon(ParamHandle *handle, ParamKey key, int nverts,
float normal[3];
zero_v3(normal);
- const float *co_curr, *co_prev = co[nverts-1];
+ const float *co_curr, *co_prev = co[nverts - 1];
for (int j = 0; j < nverts; j++) {
co_curr = co[j];
add_newell_cross_v3_v3v3(normal, co_prev, co_curr);