mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
strip trailing spaces [ci skip]
This commit is contained in:
parent
5fefb53249
commit
bdcfa70bbd
1 changed files with 1 additions and 1 deletions
2
ractor.c
2
ractor.c
|
@ -2384,7 +2384,7 @@ struct RVALUE {
|
||||||
VALUE v3;
|
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_USER4 | FL_USER5 | FL_USER6 | FL_USER7 |
|
||||||
FL_USER8 | FL_USER9 | FL_USER10 | FL_USER11 |
|
FL_USER8 | FL_USER9 | FL_USER10 | FL_USER11 |
|
||||||
FL_USER12 | FL_USER13 | FL_USER14 | FL_USER15 |
|
FL_USER12 | FL_USER13 | FL_USER14 | FL_USER15 |
|
||||||
|
|
Loading…
Add table
Reference in a new issue