style cleanup: spaces -> tabs

This commit is contained in:
2013-02-04 00:18:09 +00:00
parent 9d4be17de4
commit 69993c5d40
30 changed files with 65 additions and 72 deletions

View File

@@ -426,7 +426,7 @@ void DocumentImporter::write_node(COLLADAFW::Node *node, COLLADAFW::Node *parent
bool read_transform = true;
std::vector<Object *> *objects_done = new std::vector<Object *>();
if (is_joint) {
armature_importer.add_joint(node, parent_node == NULL || parent_node->getType() != COLLADAFW::Node::JOINT, par, sce);
}
@@ -1203,7 +1203,7 @@ bool DocumentImporter::is_armature(COLLADAFW::Node *node){
if(child_nodes[i]->getType() == COLLADAFW::Node::JOINT) return true;
else continue;
}
//no child is JOINT
return false;