aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-13 18:07:19 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-13 18:07:19 +0900
commitbdc8b3789ad388ff1d573369de6b085483b17098 (patch)
tree3a23bb72740ead4ec0fc9b71e9fa35ccb6eae7d3 /error.c
parent02b1a85385e7fd18b8bcecfdbbf1acbac703c039 (diff)
downloadruby-bdc8b3789ad388ff1d573369de6b085483b17098.tar.gz
* expand tabs.
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index ffe34afc11..00ee6df5b9 100644
--- a/error.c
+++ b/error.c
@@ -1098,7 +1098,7 @@ exc_inspect(VALUE exc)
klass = CLASS_OF(exc);
exc = rb_obj_as_string(exc);
if (RSTRING_LEN(exc) == 0) {
- return rb_class_name(klass);
+ return rb_class_name(klass);
}
str = rb_str_buf_new2("#<");