style cleanup: bmesh

This commit is contained in:
2012-03-21 09:10:08 +00:00
parent 112ef14422
commit d76c05cd36
12 changed files with 73 additions and 51 deletions

View File

@@ -912,7 +912,7 @@ int BPy_BMLayerItem_SetItem(BPy_BMElem *py_ele, BPy_BMLayerItem *py_layer, PyObj
ret = -1;
}
else {
copy_v3_v3((float *)value,tmp_val);
copy_v3_v3((float *)value, tmp_val);
}
break;
}