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>2014-03-17 14:48:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-17 14:48:13 +0400
commit8480bb64ec7e5f367b914dc46e9c929945a6ebb0 (patch)
tree3c7a2982a001dd9efb9b99115454576906815637 /source/blender/editors/uvedit
parent930765faa81efe3894e5476a59f5f3298da54ae4 (diff)
Code cleanup: style
Diffstat (limited to 'source/blender/editors/uvedit')
-rw-r--r--source/blender/editors/uvedit/uvedit_smart_stitch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/uvedit/uvedit_smart_stitch.c b/source/blender/editors/uvedit/uvedit_smart_stitch.c
index 3af947b472e..d8a66979565 100644
--- a/source/blender/editors/uvedit/uvedit_smart_stitch.c
+++ b/source/blender/editors/uvedit/uvedit_smart_stitch.c
@@ -882,7 +882,7 @@ static void stitch_propagate_uv_final_position(Scene *scene,
}
/* end of calculations, keep only the selection flag */
- if ( (!state->snap_islands) || ((!state->midpoints) && (element_iter->island == state->static_island))) {
+ if ((!state->snap_islands) || ((!state->midpoints) && (element_iter->island == state->static_island))) {
element_iter->flag &= STITCH_SELECTED;
}