Removed trailing spaces.

This commit is contained in:
omar
2020-01-06 15:21:33 +01:00
parent 22d7f26e06
commit d581939387
7 changed files with 19 additions and 19 deletions

View File

@ -517,7 +517,7 @@ void ImDrawList::PopTextureID()
}
// Reserve space for a number of vertices and indices.
// You must finish filling your reserved data before calling PrimReserve() again, as it may reallocate or
// You must finish filling your reserved data before calling PrimReserve() again, as it may reallocate or
// submit the intermediate results. PrimUnreserve() can be used to release unused allocations.
void ImDrawList::PrimReserve(int idx_count, int vtx_count)
{