mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b41807370f
commit
a9f5b84010
1 changed files with 1 additions and 1 deletions
2
parse.y
2
parse.y
|
@ -9176,7 +9176,7 @@ gettable_gen(struct parser_params *parser, ID id, int column)
|
|||
node = new_str(rb_str_dup(ruby_sourcefile_string), column);
|
||||
return node;
|
||||
case keyword__LINE__:
|
||||
return new_lit(INT2FIX(tokline), column);
|
||||
return new_lit(INT2FIX(tokline), column);
|
||||
case keyword__ENCODING__:
|
||||
return new_lit(rb_enc_from_encoding(current_enc), column);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue