shithub: freetype+ttf2subf

Download patch

ref: d9ba68d6b8a4295428c397236d29f10f8fe46079
parent: b47b97db84efd059cbe0079efb976addcfccc6a2
author: Werner Lemberg <[email protected]>
date: Sat Apr 4 05:11:58 EDT 2009

Whitespace.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/base/ftnames.c
+++ b/src/base/ftnames.c
@@ -33,7 +33,7 @@
   FT_EXPORT_DEF( FT_UInt )
   FT_Get_Sfnt_Name_Count( FT_Face  face )
   {
-    return (face && FT_IS_SFNT( face )) ? ((TT_Face)face)->num_names : 0;
+    return ( face && FT_IS_SFNT( face ) ) ? ((TT_Face)face)->num_names : 0;
   }