Style: Apply new clang-format 5.0 style to all files
This commit is contained in:
@ -78,10 +78,10 @@ void BulletPhysicsServer::_bind_methods() {
|
||||
//ClassDB::bind_method(D_METHOD("DoTest"), &BulletPhysicsServer::DoTest);
|
||||
}
|
||||
|
||||
BulletPhysicsServer::BulletPhysicsServer()
|
||||
: PhysicsServer(),
|
||||
active(true),
|
||||
active_spaces_count(0) {}
|
||||
BulletPhysicsServer::BulletPhysicsServer() :
|
||||
PhysicsServer(),
|
||||
active(true),
|
||||
active_spaces_count(0) {}
|
||||
|
||||
BulletPhysicsServer::~BulletPhysicsServer() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user