whitespace cleanup

This commit is contained in:
2011-09-25 12:31:21 +00:00
parent 558b646216
commit 274b9c8fb8
62 changed files with 212 additions and 212 deletions

View File

@@ -551,8 +551,8 @@ int node_group_ungroup(bNodeTree *ntree, bNode *gnode)
}
/* delete the group instance. this also removes old input links! */
nodeFreeNode(ntree, gnode);
nodeFreeNode(ntree, gnode);
/* free the group tree (takes care of user count) */
free_libblock(&G.main->nodetree, wgroup);