Skip to content

Commit

Permalink
remove trailing spaces
Browse files Browse the repository at this point in the history
* vm_core.h (rb_iseq_struct): remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed May 22, 2012
1 parent 3cbf88d commit cb61ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm_core.h
Expand Up @@ -184,7 +184,7 @@ struct rb_iseq_struct {
unsigned long iseq_size;
VALUE mark_ary; /* Array: includes operands which should be GC marked */
VALUE coverage; /* coverage array */

/* insn info, must be freed */
struct iseq_line_info_entry *line_info_table;
size_t line_info_size;
Expand Down

0 comments on commit cb61ea5

Please sign in to comment.