From b12f3cbee73633d663f9b3811827deaf79f3031b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 7 Feb 2015 04:33:48 +1100 Subject: cleanup: style --- source/blender/collada/ControllerExporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/collada') diff --git a/source/blender/collada/ControllerExporter.cpp b/source/blender/collada/ControllerExporter.cpp index 25fd9c81535..16c3f68bca4 100644 --- a/source/blender/collada/ControllerExporter.cpp +++ b/source/blender/collada/ControllerExporter.cpp @@ -473,7 +473,7 @@ static float get_property(Bone *bone, const char *key, float def) if (bone->prop) { IDProperty *property = IDP_GetPropertyFromGroup(bone->prop, key); if (property) { - switch(property->type) { + switch (property->type) { case IDP_INT: result = (float)(IDP_Int(property)); break; -- cgit v1.2.3