mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-25 03:51:26 +00:00
Clean up trailing whitespaces
This commit is contained in:
parent
af3ba03a5b
commit
d9282ed988
1 changed files with 1 additions and 2 deletions
3
parser.c
3
parser.c
|
@ -1374,7 +1374,6 @@ static bool parser_close_call(parser_t *parser, shunt *sy)
|
|||
return false;
|
||||
}
|
||||
|
||||
|
||||
if (!fun->expression.next) {
|
||||
parseerror(parser, "could not determine function return type");
|
||||
return false;
|
||||
|
@ -1398,7 +1397,7 @@ static bool parser_close_call(parser_t *parser, shunt *sy)
|
|||
"call to `%s` (deprecated: %s)\n"
|
||||
"-> `%s` declared here: %s:%i",
|
||||
fval->name, fval->desc, fval->name, ast_ctx(fun).file,
|
||||
ast_ctx(fun).line);
|
||||
ast_ctx(fun).line);
|
||||
}
|
||||
|
||||
if (vec_size(fun->expression.params) != paramcount &&
|
||||
|
|
Loading…
Reference in a new issue