Style: Apply new clang-format 5.0 style to all files
This commit is contained in:
parent
a8ceb7e3f2
commit
13c2ff9320
199 changed files with 954 additions and 875 deletions
|
|
@ -86,8 +86,8 @@ Rect2 ConvexPolygonShape2D::get_rect() const {
|
|||
return rect;
|
||||
}
|
||||
|
||||
ConvexPolygonShape2D::ConvexPolygonShape2D()
|
||||
: Shape2D(Physics2DServer::get_singleton()->convex_polygon_shape_create()) {
|
||||
ConvexPolygonShape2D::ConvexPolygonShape2D() :
|
||||
Shape2D(Physics2DServer::get_singleton()->convex_polygon_shape_create()) {
|
||||
|
||||
int pcount = 3;
|
||||
for (int i = 0; i < pcount; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue