mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Style: Set clang-format Standard to c++14
This commit is contained in:
@@ -222,7 +222,7 @@ protected:
|
||||
|
||||
void make_grid(int p_width, int p_height, float p_cellsize, float p_cellheight, const Transform &p_xform = Transform()) {
|
||||
|
||||
Vector<Vector<float> > grid;
|
||||
Vector<Vector<float>> grid;
|
||||
|
||||
grid.resize(p_width);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user