shithub: freetype+ttf2subf

Download patch

ref: 8271e5e44381362770a5a5924b237440f328c93f
parent: 048b756389b8e8cd9c60f1d3e4f1d6a575004c3d
author: Werner Lemberg <[email protected]>
date: Sun Apr 13 17:59:29 EDT 2008

whitespace

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype/ftglyph.h
+++ b/include/freetype/ftglyph.h
@@ -537,7 +537,7 @@
   /*                                                                       */
   FT_EXPORT( void )
   FT_Matrix_Multiply( const FT_Matrix*  a,
-                      FT_Matrix*  b );
+                      FT_Matrix*        b );
 
 
   /*************************************************************************/
--- a/src/base/ftcalc.c
+++ b/src/base/ftcalc.c
@@ -512,8 +512,8 @@
     FT_UInt32  q;
 
 
-    s  = a; a = FT_ABS(a);
-    s ^= b; b = FT_ABS(b);
+    s  = a; a = FT_ABS( a );
+    s ^= b; b = FT_ABS( b );
 
     if ( b == 0 )
     {