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-09-06 03:45:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-06 03:47:46 +0300
commitfa6ed6259c0d2420f9af5217551f67018b59ea74 (patch)
treea9d3eb66c97a749ac8d6c5d580e212e27aa2be79 /source/blender/editors/uvedit/uvedit_ops.c
parent539c140b3ee695ba14c3bad80a0115eff44535d8 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_ops.c')
-rw-r--r--source/blender/editors/uvedit/uvedit_ops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/uvedit/uvedit_ops.c b/source/blender/editors/uvedit/uvedit_ops.c
index b6b5e75b104..042d77b479b 100644
--- a/source/blender/editors/uvedit/uvedit_ops.c
+++ b/source/blender/editors/uvedit/uvedit_ops.c
@@ -1679,9 +1679,9 @@ static void uv_weld_align(bContext *C, int tool)
/* we know the returns from these must be valid */
const float *uv_start = uv_sel_co_from_eve(
- scene, obedit, ima, em, eve_line[0]);
+ scene, obedit, ima, em, eve_line[0]);
const float *uv_end = uv_sel_co_from_eve(
- scene, obedit, ima, em, eve_line[BLI_array_len(eve_line) - 1]);
+ scene, obedit, ima, em, eve_line[BLI_array_len(eve_line) - 1]);
/* For t & u modes */
float a = 0.0f;
int tool_local = tool;