Style: apply clang-format (3.9.1) to current source

This commit is contained in:
Rémi Verschelde 2017-12-11 15:18:06 +01:00
parent b3a1821b46
commit acb7107720
12 changed files with 44 additions and 44 deletions

View file

@ -34,7 +34,7 @@ void Navigation::_navmesh_link(int p_id) {
ERR_FAIL_COND(!navmesh_map.has(p_id));
NavMesh &nm = navmesh_map[p_id];
ERR_FAIL_COND(nm.linked);
DVector<Vector3> vertices = nm.navmesh->get_vertices();
int len = vertices.size();
if (len == 0)