mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
all: Trailing spaces removed
This commit is contained in:
parent
df9a28bf0a
commit
1980d9d0e3
19 changed files with 72 additions and 73 deletions
|
@ -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 };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue