summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-15 01:39:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-15 01:39:00 +0000
commitc037f1f61696d64cbe42b6bb4bd1f0558578146d (patch)
tree656640e92fe8a49f6a1274de07df9c590c02c0ff /vm_method.c
parent9f9201b85d282d6f1f1999bfab7ac22b26e2d768 (diff)
* adjust style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm_method.c b/vm_method.c
index d3e1672295..9c49007ac9 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -941,7 +941,8 @@ rb_hash_method_definition(st_index_t hash, const rb_method_definition_t *def)
}
st_index_t
-rb_hash_method_entry(st_index_t hash, const rb_method_entry_t *me) {
+rb_hash_method_entry(st_index_t hash, const rb_method_entry_t *me)
+{
return rb_hash_method_definition(hash, me->def);
}