[Bf-blender-cvs] [efc9952c908] refactor-mesh-uv-map-generic: Cleanup: make format

Martijn Versteegh noreply at git.blender.org
Thu Jan 5 14:43:57 CET 2023


Commit: efc9952c908c0d0443fa4b1d572cb7d49f263a60
Author: Martijn Versteegh
Date:   Wed Jan 4 13:03:24 2023 +0100
Branches: refactor-mesh-uv-map-generic
https://developer.blender.org/rBefc9952c908c0d0443fa4b1d572cb7d49f263a60

Cleanup: make format

===================================================================

M	source/blender/editors/uvedit/uvedit_select.c

===================================================================

diff --git a/source/blender/editors/uvedit/uvedit_select.c b/source/blender/editors/uvedit/uvedit_select.c
index 8014d83da69..9b7efdf8877 100644
--- a/source/blender/editors/uvedit/uvedit_select.c
+++ b/source/blender/editors/uvedit/uvedit_select.c
@@ -4205,7 +4205,7 @@ static int uv_select_pinned_exec(bContext *C, wmOperator *op)
 
       BM_ITER_ELEM (l, &liter, efa, BM_LOOPS_OF_FACE) {
 
-        if (BM_ELEM_CD_GET_BOOL (l, offsets.pin)) {
+        if (BM_ELEM_CD_GET_BOOL(l, offsets.pin)) {
           uvedit_uv_select_enable(scene, em->bm, l, false, offsets);
           changed = true;
         }



More information about the Bf-blender-cvs mailing list