[CFF] Whitespace

This commit is contained in:
Behdad Esfahbod 2018-11-30 22:54:57 -05:00
parent a2e8d1d455
commit 592f39b3c4
11 changed files with 77 additions and 78 deletions

View File

@ -591,7 +591,6 @@ struct ArgStack : Stack<ARG, 513>
inline unsigned int pop_uint (void)
{
int i = pop_int ();
if (unlikely (i < 0))
{