Commit e396cb7b by Kaveh Ghazi

Oops, fix style nit.

From-SVN: r38567
parent 019fa094
...@@ -3709,7 +3709,7 @@ validate_arglist VPARAMS ((tree arglist, ...)) ...@@ -3709,7 +3709,7 @@ validate_arglist VPARAMS ((tree arglist, ...))
/* This signifies an endlink, if no arguments remain, return /* This signifies an endlink, if no arguments remain, return
true, otherwise return false. */ true, otherwise return false. */
va_end (ap); va_end (ap);
return (arglist == 0); return arglist == 0;
default: default:
/* If no parameters remain or the parameter's code does not /* If no parameters remain or the parameter's code does not
match the specified code, return false. Otherwise continue match the specified code, return false. Otherwise continue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment