aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-22 13:20:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-22 13:20:52 +0000
commitcb61ea5ef3aee59c0c5026c113ef5954992f7ca1 (patch)
treede39074366fdbefb98768a4764340578f3d49a43 /vm_core.h
parent3cbf88d8d421ff9345466f6c7352e5b7b3940079 (diff)
downloadruby-cb61ea5ef3aee59c0c5026c113ef5954992f7ca1.tar.gz
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
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
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;