summaryrefslogtreecommitdiff
path: root/ractor.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-11-02 17:31:50 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-11-02 17:31:50 +0900
commitbdcfa70bbd06ee48c702b34a20ad5f2e18c479b8 (patch)
treec67194e2b12af041cb2cd6e9cbe1d5aec4307130 /ractor.c
parent5fefb532493bc0e80db78322d5fe0eb49b940e31 (diff)
strip trailing spaces [ci skip]
Diffstat (limited to 'ractor.c')
-rw-r--r--ractor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ractor.c b/ractor.c
index 9516a70625..5b05d988b0 100644
--- a/ractor.c
+++ b/ractor.c
@@ -2384,7 +2384,7 @@ struct RVALUE {
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 |