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

ruby-changes:55126

From: svn <ko1@a...>
Date: Fri, 22 Mar 2019 09:21:47 +0900 (JST)
Subject: [ruby-changes:55126] svn:r67334 (trunk): * expand tabs.

svn	2019-03-22 09:21:43 +0900 (Fri, 22 Mar 2019)

  New Revision: 67334

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

  Log:
    * expand tabs.

  Modified files:
    trunk/vm_insnhelper.c
Index: vm_insnhelper.c
===================================================================
--- vm_insnhelper.c	(revision 67333)
+++ vm_insnhelper.c	(revision 67334)
@@ -1784,7 +1784,7 @@ vm_call_iseq_setup_normal_opt_start(rb_e https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L1784
 static void
 args_setup_kw_parameters(rb_execution_context_t *const ec, const rb_iseq_t *const iseq,
                          VALUE *const passed_values, const int passed_keyword_len, const VALUE *const passed_keywords,
-			 VALUE *const locals);
+                         VALUE *const locals);
 
 static VALUE
 vm_call_iseq_setup_kwparm_kwarg(rb_execution_context_t *ec, rb_control_frame_t *cfp,

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

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