From bdc8b3789ad388ff1d573369de6b085483b17098 Mon Sep 17 00:00:00 2001 From: git Date: Thu, 13 Jun 2019 18:07:19 +0900 Subject: * expand tabs. --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.c') 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("#<"); -- cgit v1.2.3