all: Trailing spaces removed

This commit is contained in:
Mira Grudzinska 2023-01-07 00:47:59 +01:00 committed by Hermet Park
parent df9a28bf0a
commit 1980d9d0e3
19 changed files with 72 additions and 73 deletions

View file

@ -173,7 +173,6 @@ struct Picture::Impl
bool bounds(float* x, float* y, float* w, float* h) bool bounds(float* x, float* y, float* w, float* h)
{ {
if (triangleCnt > 0) { if (triangleCnt > 0) {
Point min = { triangles[0].vertex[0].pt.x, triangles[0].vertex[0].pt.y }; Point min = { triangles[0].vertex[0].pt.x, triangles[0].vertex[0].pt.y };
Point max = { triangles[0].vertex[0].pt.x, triangles[0].vertex[0].pt.y }; Point max = { triangles[0].vertex[0].pt.x, triangles[0].vertex[0].pt.y };