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

ruby-changes:57586

From: git <ko1@a...>
Date: Fri, 6 Sep 2019 10:40:08 +0900 (JST)
Subject: [ruby-changes:57586] dd81af7b6a (master): * remove trailing spaces. [ci skip]

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

From dd81af7b6a7539473b6d7a7e35637b4a7d986523 Mon Sep 17 00:00:00 2001
From: git <svn-admin@r...>
Date: Fri, 6 Sep 2019 09:50:59 +0900
Subject: * remove trailing spaces. [ci skip]


diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index bc44ff3..c04c620 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -2323,7 +2323,7 @@ vm_call_opt_send(rb_execution_context_t *ec, rb_control_frame_t *reg_cfp, struct https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L2323
     struct rb_call_info_with_kwarg ci_entry;
     struct rb_call_cache cc_entry, *cc;
 
-    CALLER_SETUP_ARG_WITHOUT_KW_SPLAT(reg_cfp, calling, orig_ci); 
+    CALLER_SETUP_ARG_WITHOUT_KW_SPLAT(reg_cfp, calling, orig_ci);
 
     i = calling->argc - 1;
 
-- 
cgit v0.10.2


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

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