Cleanup: full sentences in comments, improve comment formatting
This commit is contained in:
@@ -222,7 +222,7 @@ void BKE_editmesh_free_derivedmesh(BMEditMesh *em)
|
||||
MEM_SAFE_FREE(em->bb_cage);
|
||||
}
|
||||
|
||||
/*does not free the BMEditMesh struct itself*/
|
||||
/* Does not free the #BMEditMesh struct itself. */
|
||||
void BKE_editmesh_free(BMEditMesh *em)
|
||||
{
|
||||
BKE_editmesh_free_derivedmesh(em);
|
||||
|
||||
Reference in New Issue
Block a user