From d9282ed988b78c7d302fa1506bd077e88419fdfe Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Sun, 30 Dec 2012 11:03:59 +0100 Subject: [PATCH] Clean up trailing whitespaces --- parser.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/parser.c b/parser.c index 51500ef..b32f623 100644 --- a/parser.c +++ b/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 && -- 2.39.2