From c49cb7fed4f4a9a4af831a4a0252568060adb992 Mon Sep 17 00:00:00 2001 From: svn Date: Tue, 8 Dec 2015 13:59:15 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/iseq_loader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample') diff --git a/sample/iseq_loader.rb b/sample/iseq_loader.rb index 4fbf02b0f6..6c6a67d3c8 100644 --- a/sample/iseq_loader.rb +++ b/sample/iseq_loader.rb @@ -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 -- cgit v1.2.3