style cleanup

This commit is contained in:
Campbell Barton
2013-04-18 01:52:38 +00:00
parent 9cceec40c4
commit 3f7f07faf5
15 changed files with 31 additions and 31 deletions

View File

@@ -2424,10 +2424,10 @@ static void createTransUVs(bContext *C, TransInfo *t)
if (propconnected) {
/* create element map with island information */
if (ts->uv_flag & UV_SYNC_SELECTION) {
elementmap = EDBM_uv_element_map_create (em, FALSE, TRUE);
elementmap = EDBM_uv_element_map_create(em, false, true);
}
else {
elementmap = EDBM_uv_element_map_create (em, TRUE, TRUE);
elementmap = EDBM_uv_element_map_create(em, true, true);
}
island_enabled = MEM_callocN(sizeof(*island_enabled) * elementmap->totalIslands, "TransIslandData(UV Editing)");
}