Skip to content

Commit

Permalink
strip trailing spaces [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Nov 2, 2020
1 parent 5fefb53 commit bdcfa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ractor.c
Expand Up @@ -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 |
Expand Down

0 comments on commit bdcfa70

Please sign in to comment.