Cleanup: style
This commit is contained in:
@@ -1409,7 +1409,7 @@ static void curve_nurb_selected_type_get(Object *ob, Nurb *nu, const int type, K
|
|||||||
else {
|
else {
|
||||||
BPoint *bp;
|
BPoint *bp;
|
||||||
int i;
|
int i;
|
||||||
int tree_index=0;
|
int tree_index = 0;
|
||||||
|
|
||||||
for (i = nu->pntsu * nu->pntsv, bp = nu->bp; i--; bp++) {
|
for (i = nu->pntsu * nu->pntsv, bp = nu->bp; i--; bp++) {
|
||||||
if (!bp->hide && bp->f1 & SELECT) {
|
if (!bp->hide && bp->f1 & SELECT) {
|
||||||
|
|||||||
Reference in New Issue
Block a user