mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Style: Apply new clang-format 5.0 style to all files
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "joint_bullet.h"
|
||||
#include "space_bullet.h"
|
||||
|
||||
JointBullet::JointBullet()
|
||||
: ConstraintBullet() {}
|
||||
JointBullet::JointBullet() :
|
||||
ConstraintBullet() {}
|
||||
|
||||
JointBullet::~JointBullet() {}
|
||||
|
||||
Reference in New Issue
Block a user