[psaux, type1] Align tracing.

This commit is contained in:
Alexei Podtelezhnikov 2019-01-08 20:54:13 -05:00
parent b75abeb5e6
commit 1e7a8f30c2
1 changed files with 2 additions and 2 deletions

View File

@ -960,7 +960,7 @@
FT_TRACE4(( " unknown op (%d)\n", op1 ));
else
{
FT_TRACE4(( " closepath" ));
FT_TRACE4(( " closepath\n" ));
/* if there is no path, `closepath' is a no-op */
cf2_glyphpath_closeOpenPath( &glyphPath );
@ -2420,7 +2420,7 @@
PS_Builder* builder;
FT_TRACE4(( " hsbw" ));
FT_TRACE4(( " hsbw\n" ));
builder = &decoder->builder;