ruby-changes:63503
From: Nobuyoshi <ko1@a...>
Date: Mon, 2 Nov 2020 17:32:25 +0900 (JST)
Subject: [ruby-changes:63503] bdcfa70bbd (master): strip trailing spaces [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=bdcfa70bbd From bdcfa70bbd06ee48c702b34a20ad5f2e18c479b8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Mon, 2 Nov 2020 17:31:50 +0900 Subject: strip trailing spaces [ci skip] diff --git a/ractor.c b/ractor.c index 9516a70..5b05d98 100644 --- a/ractor.c +++ b/ractor.c @@ -2384,7 +2384,7 @@ struct RVALUE { https://github.com/ruby/ruby/blob/trunk/ractor.c#L2384 VALUE v3; }; -static const VALUE fl_users = FL_USER1 | FL_USER2 | FL_USER3 | +static const VALUE fl_users = FL_USER1 | FL_USER2 | FL_USER3 | FL_USER4 | FL_USER5 | FL_USER6 | FL_USER7 | FL_USER8 | FL_USER9 | FL_USER10 | FL_USER11 | FL_USER12 | FL_USER13 | FL_USER14 | FL_USER15 | -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/