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

ruby-changes:52528

From: shyouhei <ko1@a...>
Date: Fri, 14 Sep 2018 16:57:26 +0900 (JST)
Subject: [ruby-changes:52528] shyouhei:r64739 (trunk): forgot to expand tabs [ci skip]

shyouhei	2018-09-14 16:57:19 +0900 (Fri, 14 Sep 2018)

  New Revision: 64739

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

  Log:
    forgot to expand tabs [ci skip]

  Modified files:
    trunk/insns.def
Index: insns.def
===================================================================
--- insns.def	(revision 64738)
+++ insns.def	(revision 64739)
@@ -1052,7 +1052,7 @@ opt_plus https://github.com/ruby/ruby/blob/trunk/insns.def#L1052
     val = vm_opt_plus(recv, obj);
 
     if (val == Qundef) {
-	CALL_SIMPLE_METHOD();
+        CALL_SIMPLE_METHOD();
     }
 }
 
@@ -1290,7 +1290,7 @@ opt_aref_with https://github.com/ruby/ruby/blob/trunk/insns.def#L1290
 #ifndef MJIT_HEADER
 	PUSH(rb_str_resurrect(key));
 #endif
-	CALL_SIMPLE_METHOD();
+        CALL_SIMPLE_METHOD();
     }
 }
 

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

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