mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-02-02 23:50:25 +01:00
Formatting.
This commit is contained in:
parent
5e43089b4f
commit
d60ae949db
1 changed files with 2 additions and 2 deletions
|
|
@ -137,10 +137,10 @@
|
|||
return;
|
||||
}
|
||||
|
||||
if (slot->advance.x)
|
||||
if ( slot->advance.x )
|
||||
slot->advance.x += xstr;
|
||||
|
||||
if (slot->advance.y)
|
||||
if ( slot->advance.y )
|
||||
slot->advance.y += ystr;
|
||||
|
||||
slot->metrics.width += xstr;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue