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

ruby-changes:56565

From: git <ko1@a...>
Date: Tue, 16 Jul 2019 07:20:09 +0900 (JST)
Subject: [ruby-changes:56565] git: a8e4b7b12f (master): * expand tabs.

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

From a8e4b7b12f348d5fdde4ba360a68d10c0f2689bf Mon Sep 17 00:00:00 2001
From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Tue, 16 Jul 2019 07:19:52 +0900
Subject: * expand tabs.


diff --git a/compile.c b/compile.c
index 8a098c7..62cfbbf 100644
--- a/compile.c
+++ b/compile.c
@@ -1710,7 +1710,7 @@ iseq_set_arguments(rb_iseq_t *iseq, LINK_ANCHOR *const optargs, const NODE *cons https://github.com/ruby/ruby/blob/trunk/compile.c#L1710
 	body->param.size = arg_size;
 
 	if (args->pre_init) { /* m_init */
-	    NO_CHECK(COMPILE_POPPED(optargs, "init arguments (m)", args->pre_init));
+            NO_CHECK(COMPILE_POPPED(optargs, "init arguments (m)", args->pre_init));
 	}
 	if (args->post_init) { /* p_init */
             NO_CHECK(COMPILE_POPPED(optargs, "init arguments (p)", args->post_init));
@@ -4931,7 +4931,7 @@ compile_named_capture_assign(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE https://github.com/ruby/ruby/blob/trunk/compile.c#L4931
     ADD_INSN(ret, line, pop);
     for (vars = node; vars; vars = vars->nd_next) {
 	last = ret->last;
-	NO_CHECK(COMPILE_POPPED(ret, "capture", vars->nd_head));
+        NO_CHECK(COMPILE_POPPED(ret, "capture", vars->nd_head));
 	last = last->next; /* putobject :var */
 	((INSN*)last)->insn_id = BIN(putnil);
 	((INSN*)last)->operand_size = 0;
@@ -8636,7 +8636,7 @@ iseq_build_from_ary_body(rb_iseq_t *iseq, LINK_ANCHOR *const anchor, https://github.com/ruby/ruby/blob/trunk/compile.c#L8636
 			break;
 		      case TS_ISE:
 			FL_SET(iseq, ISEQ_MARKABLE_ISEQ);
-			/* fall through */
+                        /* fall through */
 		      case TS_IC:
 			argv[j] = op;
 			if (NUM2UINT(op) >= iseq->body->is_size) {
-- 
cgit v0.10.2


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

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