summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 09:16:00 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 09:16:00 +0000
commit481481b81aaca7cc5de3982784f68981335005a7 (patch)
tree1abcb80a1270c8ed47a2a4ab222c1b95f0510812 /vm_core.h
parent25c1fd3b9037d9eb39596bb994eeabed812adada (diff)
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67500 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 d0d4d72c3d..e9e0f50eb2 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -414,7 +414,7 @@ struct rb_iseq_constant_body {
int bits_start;
int rest_start;
const ID *table;
- const VALUE *default_values;
+ const VALUE *default_values;
} *keyword;
} param;