From 2fadddcd20a16afe0e710d07288e106993a43a07 Mon Sep 17 00:00:00 2001 From: Christopher Aue Date: Wed, 9 Aug 2017 21:42:42 +0200 Subject: Replaced tabs with spaces --- mrbgems/mruby-compiler/core/parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mrbgems/mruby-compiler') diff --git a/mrbgems/mruby-compiler/core/parse.y b/mrbgems/mruby-compiler/core/parse.y index c82a93932..b7d0d904c 100644 --- a/mrbgems/mruby-compiler/core/parse.y +++ b/mrbgems/mruby-compiler/core/parse.y @@ -1384,7 +1384,7 @@ command_asgn : lhs '=' command_rhs backref_error(p, $1); $$ = new_begin(p, 0); } - ; + ; command_rhs : command_call %prec tOP_ASGN | command_call modifier_rescue stmt -- cgit v1.2.3