From cb61ea5ef3aee59c0c5026c113ef5954992f7ca1 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 22 May 2012 13:20:52 +0000 Subject: remove trailing spaces * 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 --- vm_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 51fceb52b2..6f1107a6b1 100644 --- a/vm_core.h +++ b/vm_core.h @@ -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; -- cgit v1.2.3