Skip to content

Commit

Permalink
* remove trailing spaces. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
matzbot committed Sep 7, 2019
1 parent 8c908c9 commit a9b63db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.c
Expand Up @@ -3950,7 +3950,7 @@ compile_array(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *node, int pop
* 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;
* ...
Expand Down

0 comments on commit a9b63db

Please sign in to comment.