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

ruby-changes:55225

From: svn <ko1@a...>
Date: Thu, 4 Apr 2019 10:35:02 +0900 (JST)
Subject: [ruby-changes:55225] svn:r67432 (trunk): * expand tabs.

svn	2019-04-04 10:34:56 +0900 (Thu, 04 Apr 2019)

  New Revision: 67432

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

  Log:
    * expand tabs.

  Modified files:
    trunk/vm_insnhelper.c
Index: vm_insnhelper.c
===================================================================
--- vm_insnhelper.c	(revision 67431)
+++ vm_insnhelper.c	(revision 67432)
@@ -2796,7 +2796,7 @@ vm_search_super_method(const rb_control_ https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L2796
         CC_SET_FASTPATH(cc, vm_call_method_missing, TRUE);
     }
     else {
-	/* TODO: use inline cache */
+        /* TODO: use inline cache */
 	cc->me = rb_callable_method_entry(klass, ci->mid);
         CC_SET_FASTPATH(cc, vm_call_super_method, TRUE);
     }

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

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