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@52950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2015-12-08 13:59:15 +00:00
parent 3dbb390180
commit c49cb7fed4
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ class RubyVM::InstructionSequence
$ISEQ_LOADER_COMPILED += 1
STDERR.puts "[RUBY_COMPILED_FILE] compile #{fname}" if COMPILE_DEBUG
iseq = RubyVM::InstructionSequence.compile_file(fname)
binary = iseq.to_binary_format(extra_data(fname))
write_compiled_iseq(fname, iseq_key, binary)
iseq