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-08-23 09:22:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-23 09:22:32 +0300
commit922ca68e17f2fe15fbe9872cb7297fecd7dafb1a (patch)
treed0eb8c198bc80fe5ecba54271b67d23517a042f4 /source/blender/blenkernel/intern/subdiv_foreach.c
parentb35b10e1af206790d071536fe37458c5b99b8157 (diff)
Cleanup: trailing space
Diffstat (limited to 'source/blender/blenkernel/intern/subdiv_foreach.c')
-rw-r--r--source/blender/blenkernel/intern/subdiv_foreach.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/subdiv_foreach.c b/source/blender/blenkernel/intern/subdiv_foreach.c
index b68b65475ac..0f02df82cd5 100644
--- a/source/blender/blenkernel/intern/subdiv_foreach.c
+++ b/source/blender/blenkernel/intern/subdiv_foreach.c
@@ -335,7 +335,7 @@ static void subdiv_foreach_corner_vertices_regular_do(
continue;
}
const int coarse_vertex_index = coarse_loop->v;
- const int subdiv_vertex_index =
+ const int subdiv_vertex_index =
ctx->vertices_corner_offset + coarse_vertex_index;
const float u = weights[corner][0];
const float v = weights[corner][1];
@@ -1862,7 +1862,7 @@ static void subdiv_foreach_polys(SubdivForeachTaskContext *ctx,
ctx->foreach_context,
tls,
poly_index,
- subdiv_polyon_index,
+ subdiv_polyon_index,
loopstart, 4);
}
}