Whitespace.
This commit is contained in:
parent
0682251e9f
commit
91a97164ca
|
@ -4,8 +4,7 @@
|
|||
/* */
|
||||
/* TrueType Glyph Loader (body). */
|
||||
/* */
|
||||
/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, */
|
||||
/* 2010 by */
|
||||
/* Copyright 1996-2011 */
|
||||
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
||||
/* */
|
||||
/* This file is part of the FreeType project, and may only be used, */
|
||||
|
@ -1888,6 +1887,8 @@
|
|||
if ( !size->cvt_ready )
|
||||
{
|
||||
FT_Error error = tt_size_ready_bytecode( size );
|
||||
|
||||
|
||||
if ( error )
|
||||
return error;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue