summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-29 18:51:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-29 18:51:39 +0000
commit950a917600310912d949a1d6c3e2b49846c048ac (patch)
tree63c3185f9fcaf5098e27f11f8e6b3cbeaacc1271 /vm_method.c
parent106b437ceb2795d9f9289f50b02cd38c4285790d (diff)
* removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_method.c b/vm_method.c
index 65bc2dadd8..50f0b12e5a 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -756,7 +756,7 @@ rb_mod_method_defined(VALUE mod, VALUE mid)
return Qfalse;
}
return Qtrue;
-
+
}
#define VISI_CHECK(x,f) (((x)&NOEX_MASK) == (f))