[前][次][番号順一覧][スレッド一覧]

ruby-changes:40871

From: svn <ko1@a...>
Date: Tue, 8 Dec 2015 22:59:25 +0900 (JST)
Subject: [ruby-changes:40871] svn:r52950 (trunk): * remove trailing spaces.

svn	2015-12-08 22:59:15 +0900 (Tue, 08 Dec 2015)

  New Revision: 52950

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52950

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/iseq.c
    trunk/sample/iseq_loader.rb
Index: sample/iseq_loader.rb
===================================================================
--- sample/iseq_loader.rb	(revision 52949)
+++ sample/iseq_loader.rb	(revision 52950)
@@ -88,7 +88,7 @@ class RubyVM::InstructionSequence https://github.com/ruby/ruby/blob/trunk/sample/iseq_loader.rb#L88
       $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
Index: iseq.c
===================================================================
--- iseq.c	(revision 52949)
+++ iseq.c	(revision 52950)
@@ -2411,7 +2411,7 @@ Init_ISeq(void) https://github.com/ruby/ruby/blob/trunk/iseq.c#L2411
     rb_define_method(rb_cISeq, "to_binary_format", iseqw_to_binary_format, -1);
     rb_define_singleton_method(rb_cISeq, "from_binary_format", iseqw_s_from_binary_format, 1);
     rb_define_singleton_method(rb_cISeq, "from_binary_format_extra_data", iseqw_s_from_binary_format_extra_data, 1);
-    
+
 
     /* location APIs */
     rb_define_method(rb_cISeq, "path", iseqw_path, 0);

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]