freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] master d6ff137 4/7: [ftdump] Fix coding style.


From: Werner Lemberg
Subject: [freetype2-demos] master d6ff137 4/7: [ftdump] Fix coding style.
Date: Fri, 5 May 2023 12:47:58 -0400 (EDT)

branch: master
commit d6ff1379a02b53caebef70fd96d85a73630e084c
Author: suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
Commit: suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>

    [ftdump] Fix coding style.
---
 src/ftdump.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/ftdump.c b/src/ftdump.c
index 8c59725..92fbc85 100644
--- a/src/ftdump.c
+++ b/src/ftdump.c
@@ -558,7 +558,7 @@
 
     Print_UInt_Range( rng_from, rng_to, &is_first_rng );
 
-    printf("\n");
+    printf( "\n" );
   }
 
 
@@ -571,9 +571,9 @@
     if ( face->num_glyphs < 0 )
       return;
 
-    printf("\n");
-    printf("%s\n", Name_Field( "Implemented CIDs" ) );
-    printf("     ");
+    printf( "\n" );
+    printf( "CID coverage\n" );
+    printf( "   " );
 
     Print_CID_Implemented( face );
   }
@@ -605,12 +605,12 @@
     printf( "/CIDSystemInfo dictionary\n" );
 
     if ( r )
-      printf("%s%s\n", Name_Field( "Registry" ), r );
+      printf( "%s%s\n", Name_Field( "Registry" ), r );
 
     if ( o )
-      printf("%s%s\n", Name_Field( "Ordering" ), o );
+      printf( "%s%s\n", Name_Field( "Ordering" ), o );
 
-    printf("%s%d\n", Name_Field( "Supplement" ), s );
+    printf( "%s%d\n", Name_Field( "Supplement" ), s );
 
     Print_CIDs( face );
   }



reply via email to

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