Cleanup: style

This commit is contained in:
2018-11-07 12:57:11 +11:00
parent 0a893c0901
commit 188857e0f2
2 changed files with 6 additions and 6 deletions

View File

@@ -1409,7 +1409,7 @@ static void curve_nurb_selected_type_get(Object *ob, Nurb *nu, const int type, K
else {
BPoint *bp;
int i;
int tree_index=0;
int tree_index = 0;
for (i = nu->pntsu * nu->pntsv, bp = nu->bp; i--; bp++) {
if (!bp->hide && bp->f1 & SELECT) {