summaryrefslogtreecommitdiff
path: root/class.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-13 05:49:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-13 05:49:47 +0000
commit111c791c3730608a0a961ab86d153c824e26db9f (patch)
treefd0fd91c8758f9580bb630319f75834a058e12ec /class.c
parentee22fad45d394818690c4a7586d7bb576ba67c56 (diff)
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
Diffstat (limited to 'class.c')
-rw-r--r--class.c2
1 files changed, 1 insertions, 1 deletions
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");
}
}