Oops, fix style nit.

From-SVN: r38567
This commit is contained in:
Kaveh Ghazi 2000-12-30 18:16:16 +00:00
parent 019fa094da
commit e396cb7b29

View File

@ -3709,7 +3709,7 @@ validate_arglist VPARAMS ((tree arglist, ...))
/* This signifies an endlink, if no arguments remain, return
true, otherwise return false. */
va_end (ap);
return (arglist == 0);
return arglist == 0;
default:
/* If no parameters remain or the parameter's code does not
match the specified code, return false. Otherwise continue