shithub: freetype+ttf2subf

Download patch

ref: 9b1da084c2a0c9e70a65ea715ef95c2b926629cd
parent: 2dc107949433f00905fab4206a5ec47c51ecb6d3
author: Werner Lemberg <[email protected]>
date: Fri Jan 9 01:21:04 EST 2009

tab -> space

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -4196,11 +4196,11 @@
 
         faces = &FT_DRIVER(module)->faces_list;
         while ( faces->head )
-	{
+        {
           FT_Done_Face( FT_FACE( faces->head->data ) );
-	  if ( faces->head )
+          if ( faces->head )
             FT_ERROR(( "FT_Done_Library: failed to free some faces\n" ));
-	}
+        }
       }
     }