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

ruby-changes:57650

From: git <ko1@a...>
Date: Sat, 7 Sep 2019 22:22:42 +0900 (JST)
Subject: [ruby-changes:57650] a9b63db3b6 (master): * remove trailing spaces. [ci skip]

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

From a9b63db3b6cd7cdf5ca48eafc784d4ed37b5fdac Mon Sep 17 00:00:00 2001
From: git <svn-admin@r...>
Date: Sat, 7 Sep 2019 22:22:30 +0900
Subject: * remove trailing spaces. [ci skip]


diff --git a/compile.c b/compile.c
index 7177623..2ed6488 100644
--- a/compile.c
+++ b/compile.c
@@ -3950,7 +3950,7 @@ compile_array(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *node, int pop https://github.com/ruby/ruby/blob/trunk/compile.c#L3950
      *   The following limits the stack length up to max_stack_len.
      *
      *   [x1,x2,...,x10000] =>
-     *     push x1  ; push x2  ; ...; push x256; newarray 256; 
+     *     push x1  ; push x2  ; ...; push x256; newarray 256;
      *     push x257; push x258; ...; push x512; newarray 256; concatarray;
      *     push x513; push x514; ...; push x768; newarray 256; concatarray;
      *     ...
-- 
cgit v0.10.2


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

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