1
0
Fork 0
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:
svn 2017-10-20 16:22:24 +00:00
parent b41807370f
commit a9f5b84010

View file

@ -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);
}