remove dangling whitespace

This commit is contained in:
Andrew Meadows 2015-12-28 17:25:07 -08:00
parent 553e455a53
commit 534bfa5983

View file

@ -76,7 +76,7 @@ void AvatarMotionState::getWorldTransform(btTransform& worldTrans) const {
} }
} }
// virtual // virtual
void AvatarMotionState::setWorldTransform(const btTransform& worldTrans) { void AvatarMotionState::setWorldTransform(const btTransform& worldTrans) {
if (!_avatar) { if (!_avatar) {
return; return;
@ -154,12 +154,12 @@ QUuid AvatarMotionState::getSimulatorID() const {
return _avatar->getSessionUUID(); return _avatar->getSessionUUID();
} }
// virtual // virtual
int16_t AvatarMotionState::computeCollisionGroup() { int16_t AvatarMotionState::computeCollisionGroup() {
return COLLISION_GROUP_OTHER_AVATAR; return COLLISION_GROUP_OTHER_AVATAR;
} }
// virtual // virtual
void AvatarMotionState::clearObjectBackPointer() { void AvatarMotionState::clearObjectBackPointer() {
ObjectMotionState::clearObjectBackPointer(); ObjectMotionState::clearObjectBackPointer();
_avatar = nullptr; _avatar = nullptr;