style cleanup

This commit is contained in:
2012-06-20 16:43:48 +00:00
parent ea122cf59b
commit a744fed46c
17 changed files with 54 additions and 30 deletions

View File

@@ -260,7 +260,8 @@ void bc_bubble_sort_by_Object_name(LinkNode *export_set)
* can be root bones. Otherwise the top most deform bones in the hierarchy
* are root bones.
*/
bool bc_is_root_bone(Bone *aBone, bool deform_bones_only) {
bool bc_is_root_bone(Bone *aBone, bool deform_bones_only)
{
if (deform_bones_only) {
Bone *root = NULL;
Bone *bone = aBone;