freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 1e7a8f3: [psaux, type1] Align tracing.


From: Alexei Podtelezhnikov
Subject: [freetype2] master 1e7a8f3: [psaux, type1] Align tracing.
Date: Tue, 8 Jan 2019 20:55:23 -0500 (EST)

branch: master
commit 1e7a8f30c231bace001c617099e78f78743dd3b4
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    [psaux, type1] Align tracing.
---
 src/psaux/psintrp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/psaux/psintrp.c b/src/psaux/psintrp.c
index a9a717d..ed5ced1 100644
--- a/src/psaux/psintrp.c
+++ b/src/psaux/psintrp.c
@@ -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;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]