mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#include "triangulate.h"
|
||||
|
||||
real_t Triangulate::get_area(const Vector<Vector2> &contour) {
|
||||
|
||||
int n = contour.size();
|
||||
const Vector2 *c = &contour[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user