From: Kaveh Ghazi Date: Sat, 30 Dec 2000 18:16:16 +0000 (+0000) Subject: Oops, fix style nit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e396cb7b297b52a7b47d8a7e6d2edb2394037099;p=gcc.git Oops, fix style nit. From-SVN: r38567 --- diff --git a/gcc/builtins.c b/gcc/builtins.c index 15f4bcbf719..7cc917a7a1f 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -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