aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse.y b/parse.y
index 1fc7b4d8b9..d883b7c725 100644
--- a/parse.y
+++ b/parse.y
@@ -6085,8 +6085,8 @@ parser_yylex(struct parser_params *parser)
}
if (c == '>') {
lex_state = EXPR_ARG;
- return tLAMBDA;
- }
+ return tLAMBDA;
+ }
if (IS_BEG() ||
(IS_ARG() && space_seen && !ISSPACE(c))) {
if (IS_ARG()) arg_ambiguous();