[cff] delete trailing whitespace

This commit is contained in:
Dave Arnold 2016-11-21 15:00:03 -08:00
parent 410ff09eb6
commit f34a28d614
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
FT_FREE( stack );
return NULL;
}
stack->stackSize = stackSize;
stack->top = stack->buffer; /* empty stack */