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

ruby-changes:58947

From: Koichi <ko1@a...>
Date: Fri, 29 Nov 2019 05:19:43 +0900 (JST)
Subject: [ruby-changes:58947] e4e41840ad (master): Revert "* remove trailing spaces. [ci skip]"

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

From e4e41840ad378ccd3144fe84ffd3aa55f6610ca5 Mon Sep 17 00:00:00 2001
From: Koichi Sasada <ko1@a...>
Date: Fri, 29 Nov 2019 03:22:13 +0900
Subject: Revert "* remove trailing spaces. [ci skip]"

This reverts commit 27d0d7c0d39076d4bbacd3c3f3864322699db7b4.

diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index e334310..1934965 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -2318,7 +2318,7 @@ vm_call_iseq_setup_tailcall(rb_execution_context_t *ec, rb_control_frame_t *cfp, https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L2318
 		  iseq->body->stack_max);
 
     cfp->sp = sp_orig;
-
+ 
     return Qundef;
 }
 
-- 
cgit v0.10.2


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

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