Whitespace.

This commit is contained in:
Werner Lemberg 2011-01-30 20:12:54 +01:00
parent 0682251e9f
commit 91a97164ca
1 changed files with 3 additions and 2 deletions

View File

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