[haiku-commits] r34001 - haiku/trunk/src/servers/app

  • From: stefano.ceccherini@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 11 Nov 2009 12:16:23 +0100 (CET)

Author: jackburton
Date: 2009-11-11 12:16:22 +0100 (Wed, 11 Nov 2009)
New Revision: 34001
Changeset: http://dev.haiku-os.org/changeset/34001/haiku

Modified:
   haiku/trunk/src/servers/app/FontStyle.h
Log:
Removed crept-in tab (thanks Ingo!)


Modified: haiku/trunk/src/servers/app/FontStyle.h
===================================================================
--- haiku/trunk/src/servers/app/FontStyle.h     2009-11-11 11:02:47 UTC (rev 
34000)
+++ haiku/trunk/src/servers/app/FontStyle.h     2009-11-11 11:16:22 UTC (rev 
34001)
@@ -74,7 +74,7 @@
        \return true if fixed, false if not
 */
                bool                    IsFixedWidth() const
-                                                       { return 
FT_IS_FIXED_WIDTH(     fFreeTypeFace); }
+                                                       { return 
FT_IS_FIXED_WIDTH(fFreeTypeFace); }
 
 
 /*     \fn bool FontStyle::IsFullAndHalfFixed()


Other related posts:

  • » [haiku-commits] r34001 - haiku/trunk/src/servers/app - stefano . ceccherini