From 66dc4e17ad5b60ea1728dc6fd95e02731c315e6a Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Tue, 11 Feb 2014 15:59:35 -0800 Subject: [PATCH] Fixing formatting to be KR --- interface/src/renderer/Model.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/interface/src/renderer/Model.cpp b/interface/src/renderer/Model.cpp index ae1fb203d1..32963cb703 100644 --- a/interface/src/renderer/Model.cpp +++ b/interface/src/renderer/Model.cpp @@ -725,9 +725,7 @@ void Model::renderCollisionProxies(float alpha) { bool Model::isPokeable(ModelCollisionInfo& collision) const { // the joint is pokable by a collision if it exists and is free to move const FBXJoint& joint = _geometry->getFBXGeometry().joints[collision._jointIndex]; - if (joint.parentIndex == -1 || - _jointStates.isEmpty()) - { + if (joint.parentIndex == -1 || _jointStates.isEmpty()) { return false; } // an empty freeLineage means the joint can't move