summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-20 10:45:55 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-20 10:45:55 +0000
commitb5425ad780b06bc24362953097fd3baf5f1147c4 (patch)
tree8292385aac7fdd08af4824e6ec9f2c0769cb7139 /vm_core.h
parent6c9a7050329e1da977319e55aa9728c9b50f8250 (diff)
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65226 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 5d3515809c..c311fd54fc 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -449,7 +449,7 @@ struct rb_iseq_constant_body {
struct {
rb_snum_t flip_count;
VALUE coverage;
- VALUE pc2branchindex;
+ VALUE pc2branchindex;
VALUE *original_iseq;
} variable;