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

ruby-changes:53327

From: svn <ko1@a...>
Date: Mon, 5 Nov 2018 11:14:04 +0900 (JST)
Subject: [ruby-changes:53327] svn:r65543 (trunk): * expand tabs.

svn	2018-11-05 11:14:00 +0900 (Mon, 05 Nov 2018)

  New Revision: 65543

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

  Log:
    * expand tabs.

  Modified files:
    trunk/iseq.c
Index: iseq.c
===================================================================
--- iseq.c	(revision 65542)
+++ iseq.c	(revision 65543)
@@ -421,7 +421,7 @@ set_relation(rb_iseq_t *iseq, const rb_i https://github.com/ruby/ruby/blob/trunk/iseq.c#L421
 
 static VALUE
 prepare_iseq_build(rb_iseq_t *iseq,
-		   VALUE name, VALUE path, VALUE realpath, VALUE first_lineno, const rb_code_location_t *code_location, const int node_id,
+                   VALUE name, VALUE path, VALUE realpath, VALUE first_lineno, const rb_code_location_t *code_location, const int node_id,
 		   const rb_iseq_t *parent, enum iseq_type type,
 		   const rb_compile_option_t *option)
 {

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

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