Cleanup: style

This commit is contained in:
2018-09-05 08:54:11 +10:00
parent 5ca3407ac4
commit e1a4d58ecc
3 changed files with 6 additions and 6 deletions

View File

@@ -1389,8 +1389,8 @@ static int uv_select_more_less(bContext *C, const bool select)
BM_ITER_MESH (efa, &iter, em->bm, BM_FACES_OF_MESH) {
if (uvedit_face_visible_test(scene, obedit, ima, efa)) {
#define IS_SEL 1
#define IS_UNSEL 2
#define IS_SEL 1
#define IS_UNSEL 2
int sel_state = 0;
@@ -1411,8 +1411,8 @@ static int uv_select_more_less(bContext *C, const bool select)
}
}
#undef IS_SEL
#undef IS_UNSEL
#undef IS_SEL
#undef IS_UNSEL
}
}