Formatting; removing tabs.

This commit is contained in:
Werner Lemberg 2000-11-13 16:58:01 +00:00
parent b5274f557d
commit 34e52707f0
3 changed files with 21 additions and 21 deletions

View File

@ -1,11 +1,10 @@
2000-11-12 Tom Kacvinsky <tjk@ams.org>
* src/sfnt/ttload.c: Change tracing output in functions
TT_LookUp_Table and TT_Load_Generic_Table. Change comments
preceding TT_Load_Generic_Table.
* src/sfnt/sfobjs.c: In function SFNT_Load_Face, set boolean
variable has-outline to true only if the font has a `glyf' or
`CFF ' table.
* src/sfnt/ttload.c (TT_LookUp_Table, TT_Load_Generic_Table): Change
tracing output.
* src/sfnt/sfobjs.c (SFNT_Load_Face): Set boolean variable
`has-outline' to true only if the font has a `glyf' or `CFF ' table.
2000-11-11 Werner Lemberg <wl@gnu.org>

View File

@ -498,7 +498,8 @@
};
FT_TRACE2(( "TT_Load_Generic_Header: %08p, looking up font table `%c%c%c%c'.\n",
FT_TRACE2(( "TT_Load_Generic_Header: "
"%08p, looking up font table `%c%c%c%c'.\n",
face,
(FT_Char)( tag >> 24 ),
(FT_Char)( tag >> 16 ),