Cleanup: style (pointers)

This commit is contained in:
2018-10-11 08:49:28 +11:00
parent 76f640c27d
commit 2083a7e274
38 changed files with 137 additions and 135 deletions

View File

@@ -404,7 +404,7 @@ void ControllerExporter::add_weight_extras(Key *key)
// can also try the base element and param alternative
COLLADASW::BaseExtraTechnique extra;
KeyBlock * kb = (KeyBlock *)key->block.first;
KeyBlock *kb = (KeyBlock *)key->block.first;
//skip the basis
kb = kb->next;
for (; kb; kb = kb->next) {