style cleanup: function calls & whitespace.

This commit is contained in:
2012-04-29 17:11:40 +00:00
parent b6c1850fd3
commit 343edf2722
151 changed files with 1066 additions and 1075 deletions

View File

@@ -1826,7 +1826,7 @@ static Base *object_add_duplicate_internal(Main *bmain, Scene *scene, Base *base
for (a = 0; a < obn->totcol; a++) {
id = (ID *)(*matarar)[a];
if (id) {
ID_NEW_US( (*matarar)[a])
ID_NEW_US((*matarar)[a])
else (*matarar)[a] = copy_material((*matarar)[a]);
id->us--;