forked from minhngoc25a/freetype2
tab -> space
This commit is contained in:
parent
2dc1079494
commit
9b1da084c2
|
@ -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" ));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue