From 9dc1a421cc7a26b8b7a58f03036bb4f3e5f102dd Mon Sep 17 00:00:00 2001 From: ktsj Date: Thu, 2 Aug 2012 13:57:19 +0000 Subject: [PATCH] * vm_insnhelper.c (rb_vm_using_modules): fix indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm_insnhelper.c b/vm_insnhelper.c index 4284a1d0a1..21bd4a5e06 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -1861,7 +1861,7 @@ rb_vm_using_modules(NODE *cref, VALUE klass) } if (!NIL_P(using_modules)) { rb_hash_foreach(using_modules, vm_using_module_i, - (VALUE) cref); + (VALUE) cref); } }