ruby-changes:22505
From: nobu <ko1@a...>
Date: Sat, 11 Feb 2012 10:22:14 +0900 (JST)
Subject: [ruby-changes:22505] nobu:r34554 (trunk): * vm_eval.c (check_funcall): adjust indent.
nobu 2012-02-11 10:22:05 +0900 (Sat, 11 Feb 2012) New Revision: 34554 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34554 Log: * vm_eval.c (check_funcall): adjust indent. Modified files: trunk/vm_eval.c Index: vm_eval.c =================================================================== --- vm_eval.c (revision 34553) +++ vm_eval.c (revision 34554) @@ -273,10 +273,10 @@ me = rb_method_entry(klass, idRespond_to); if (me && !(me->flag & NOEX_BASIC)) { - VALUE args[2]; + VALUE args[2]; - args[0] = ID2SYM(mid); - args[1] = Qtrue; + args[0] = ID2SYM(mid); + args[1] = Qtrue; if (!RTEST(vm_call0(th, recv, idRespond_to, 2, args, me))) { return Qundef; } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/