aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-30 19:58:08 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-30 19:58:08 +0000
commitb8c77179195d36dc7cdb928e04e6a1099f63fb87 (patch)
tree3f998ce003f76377c3b76e214645a1e58116fb0f /vm_method.c
parente07c13197034cceba07da30fe8df07afbabca3b7 (diff)
downloadruby-b8c77179195d36dc7cdb928e04e6a1099f63fb87.tar.gz
fix indent
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_method.c b/vm_method.c
index edaec83f30..7cdb7836c0 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -1351,12 +1351,12 @@ rb_alias(VALUE klass, ID name, ID def)
rb_method_entry_t *new_orig_me;
rb_method_definition_t *def;
- if (RB_TYPE_P(defined_class, T_ICLASS)) {
+ if (RB_TYPE_P(defined_class, T_ICLASS)) {
defined_class = real_owner = RBASIC_CLASS(defined_class);
}
else {
real_owner = defined_class;
- }
+ }
/* make ne me */
new_orig_me = ALLOC(rb_method_entry_t);