aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
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;