1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Style: Apply clang-format again on all files

Fixes issues introduced by newer clang-format versions or commits
pushed directly without using the clang-format pre-commit hook.
This commit is contained in:
Rémi Verschelde
2017-12-06 19:54:22 +01:00
parent 9ff17379c2
commit d5ca9e2f6f
13 changed files with 20 additions and 23 deletions

View File

@@ -256,6 +256,4 @@ bool Face3::intersects_aabb2(const AABB &p_aabb) const {
return true;
}
//this sucks...
#endif // FACE3_H