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

ruby-changes:56884

From: git <ko1@a...>
Date: Fri, 9 Aug 2019 11:11:32 +0900 (JST)
Subject: [ruby-changes:56884] git: 4e9382a827 (master): * expand tabs.

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

From 4e9382a82756ff92032b85f8ec0256b1cf5ac6ad Mon Sep 17 00:00:00 2001
From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Fri, 9 Aug 2019 11:11:18 +0900
Subject: * expand tabs.


diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 2913386..cc38a0d 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -785,7 +785,7 @@ vm_get_const_key_cref(const VALUE *ep) https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L785
     const rb_cref_t *key_cref = cref;
 
     while (cref) {
-	if (FL_TEST(CREF_CLASS(cref), FL_SINGLETON) ||
+        if (FL_TEST(CREF_CLASS(cref), FL_SINGLETON) ||
             FL_TEST(CREF_CLASS(cref), RCLASS_CLONED)) {
             return key_cref;
 	}
-- 
cgit v0.10.2


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

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