forked from minhngoc25a/freetype2
Formatting.
This commit is contained in:
parent
57cbb8c148
commit
40cb1dc3ac
|
@ -462,7 +462,7 @@
|
|||
(FT_UInt32)( 5 * _ft_debug_lineno );
|
||||
pnode = &table->sources[hash % FT_MEM_SOURCE_BUCKETS];
|
||||
|
||||
for ( ;; )
|
||||
for (;;)
|
||||
{
|
||||
node = *pnode;
|
||||
if ( node == NULL )
|
||||
|
|
|
@ -576,7 +576,7 @@
|
|||
FTC_Node* pnode = bucket;
|
||||
|
||||
|
||||
for ( ;; )
|
||||
for (;;)
|
||||
{
|
||||
FTC_Node node = *pnode;
|
||||
FT_Bool list_changed = FALSE;
|
||||
|
|
|
@ -774,7 +774,7 @@
|
|||
if ( charcode < cmap->cur_start )
|
||||
charcode = cmap->cur_start;
|
||||
|
||||
for ( ;; )
|
||||
for (;;)
|
||||
{
|
||||
FT_Byte* values = cmap->cur_values;
|
||||
FT_UInt end = cmap->cur_end;
|
||||
|
@ -3458,7 +3458,7 @@
|
|||
ni = 1;
|
||||
i = 0;
|
||||
|
||||
for ( ;; )
|
||||
for (;;)
|
||||
{
|
||||
if ( nuni > duni + dcnt )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue