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

ruby-changes:28629

From: nobu <ko1@a...>
Date: Mon, 13 May 2013 14:49:59 +0900 (JST)
Subject: [ruby-changes:28629] nobu:r40681 (trunk): class.c: adjust indent

nobu	2013-05-13 14:49:47 +0900 (Mon, 13 May 2013)

  New Revision: 40681

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

  Log:
    class.c: adjust indent
    
    * class.c (singleton_class_of): adjust indent.

  Modified files:
    trunk/class.c

Index: class.c
===================================================================
--- class.c	(revision 40680)
+++ class.c	(revision 40681)
@@ -1419,7 +1419,7 @@ singleton_class_of(VALUE obj) https://github.com/ruby/ruby/blob/trunk/class.c#L1419
     else {
 	enum ruby_value_type type = BUILTIN_TYPE(obj);
 	if (type == T_FLOAT || type == T_BIGNUM) {
-           rb_raise(rb_eTypeError, "can't define singleton");
+	    rb_raise(rb_eTypeError, "can't define singleton");
 	}
     }
 

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

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