[前][次][番号順一覧][スレッド一覧]

ruby-changes:24548

From: ktsj <ko1@a...>
Date: Thu, 2 Aug 2012 22:57:46 +0900 (JST)
Subject: [ruby-changes:24548] ktsj:r36599 (trunk): * vm_insnhelper.c (rb_vm_using_modules): fix indent.

ktsj	2012-08-02 22:57:19 +0900 (Thu, 02 Aug 2012)

  New Revision: 36599

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36599

  Log:
    * vm_insnhelper.c (rb_vm_using_modules): fix indent.

  Modified files:
    trunk/vm_insnhelper.c

Index: vm_insnhelper.c
===================================================================
--- vm_insnhelper.c	(revision 36598)
+++ vm_insnhelper.c	(revision 36599)
@@ -1861,7 +1861,7 @@
     }
     if (!NIL_P(using_modules)) {
 	rb_hash_foreach(using_modules, vm_using_module_i,
-		       	(VALUE) cref);
+			(VALUE) cref);
     }
 }
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]