Style: Apply new clang-format 5.0 style to all files
This commit is contained in:
@ -33,8 +33,9 @@
|
||||
#include "collision_object_bullet.h"
|
||||
#include "space_bullet.h"
|
||||
|
||||
ConstraintBullet::ConstraintBullet()
|
||||
: space(NULL), constraint(NULL) {}
|
||||
ConstraintBullet::ConstraintBullet() :
|
||||
space(NULL),
|
||||
constraint(NULL) {}
|
||||
|
||||
void ConstraintBullet::setup(btTypedConstraint *p_constraint) {
|
||||
constraint = p_constraint;
|
||||
|
||||
Reference in New Issue
Block a user