Cleanup: Make format

This commit is contained in:
Hans Goudey 2023-07-07 08:50:13 -04:00
parent 75b42d1d95
commit 97634b7f6e
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ int BKE_mesh_wrapper_poly_len(const struct Mesh *me);
*/ */
const float (*BKE_mesh_wrapper_vert_coords(const struct Mesh *mesh))[3]; const float (*BKE_mesh_wrapper_vert_coords(const struct Mesh *mesh))[3];
/** /**
* Return a contiguous array of face normal values, if available. * Return a contiguous array of face normal values, if available.
* Otherwise, normals are stored in BMesh faces. * Otherwise, normals are stored in BMesh faces.

View File

@ -181,7 +181,6 @@ const float (*BKE_mesh_wrapper_vert_coords(const Mesh *mesh))[3]
return nullptr; return nullptr;
} }
const float (*BKE_mesh_wrapper_poly_normals(Mesh *mesh))[3] const float (*BKE_mesh_wrapper_poly_normals(Mesh *mesh))[3]
{ {
switch (mesh->runtime->wrapper_type) { switch (mesh->runtime->wrapper_type) {