small change to previous whitespace-only commit

This commit is contained in:
Joe Soroka 2011-03-08 09:26:36 -08:00
parent 545a37b306
commit 2d292e69a1

View file

@ -3058,7 +3058,7 @@ static void post_type_args(CType *type, AttributeDef *ad)
CType pt; CType pt;
/* function declaration */ /* function declaration */
next(); skip('(');
l = 0; l = 0;
first = NULL; first = NULL;
plast = &first; plast = &first;
@ -3131,7 +3131,7 @@ static void post_type_array(CType *type, AttributeDef *ad)
Sym *s; Sym *s;
/* array definition */ /* array definition */
next(); skip('[');
if (tok == TOK_RESTRICT1) if (tok == TOK_RESTRICT1)
next(); next();
n = -1; n = -1;