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

ruby-changes:60157

From: git <ko1@a...>
Date: Sat, 22 Feb 2020 09:59:34 +0900 (JST)
Subject: [ruby-changes:60157] d7984d0f54 (master): * remove trailing spaces. [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=d7984d0f54

From d7984d0f543f59a66657eea20993be1d14df71d5 Mon Sep 17 00:00:00 2001
From: git <svn-admin@r...>
Date: Sat, 22 Feb 2020 09:59:23 +0900
Subject: * remove trailing spaces. [ci skip]


diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb
index 9442041..77f5d8c 100644
--- a/test/ruby/test_gc.rb
+++ b/test/ruby/test_gc.rb
@@ -96,7 +96,7 @@ class TestGc < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_gc.rb#L96
     ObjectSpace.count_objects(count)
     # repeat same methods invocation for cache object creation.
     GC.stat(stat)
-    ObjectSpace.count_objects(count) 
+    ObjectSpace.count_objects(count)
     assert_equal(count[:TOTAL]-count[:FREE], stat[:heap_live_slots])
     assert_equal(count[:FREE], stat[:heap_free_slots])
 
diff --git a/vm_callinfo.h b/vm_callinfo.h
index 32b0131..9b170bb 100644
--- a/vm_callinfo.h
+++ b/vm_callinfo.h
@@ -225,7 +225,7 @@ typedef VALUE (*vm_call_handler)( https://github.com/ruby/ruby/blob/trunk/vm_callinfo.h#L225
 // imemo_callcache
 
 struct rb_callcache {
-    const VALUE flags; 
+    const VALUE flags;
 
     /* inline cache: key */
     const VALUE klass; // should not mark it because klass can not be free'd
-- 
cgit v0.10.2


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

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