style cleanup

This commit is contained in:
Campbell Barton
2012-10-22 08:15:51 +00:00
parent 30fd258a0b
commit ddc2dbc2a4
218 changed files with 1296 additions and 1301 deletions

View File

@@ -608,7 +608,7 @@ void RAS_MeshObject::CheckWeightCache(Object* obj)
weights= (float*)MEM_mallocN(totvert*sizeof(float), "weights");
for (i=0; i < totvert; i++, dv++) {
weights[i]= defvert_find_weight(dv, defindex);
weights[i] = defvert_find_weight(dv, defindex);
}
kb->weights = weights;