From 111c791c3730608a0a961ab86d153c824e26db9f Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 13 May 2013 05:49:47 +0000 Subject: [PATCH] class.c: adjust indent * class.c (singleton_class_of): adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class.c b/class.c index 672a3a28fa..2035d90faa 100644 --- a/class.c +++ b/class.c @@ -1419,7 +1419,7 @@ singleton_class_of(VALUE obj) 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"); } }