diff options
| author | git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-05-22 16:54:47 +0900 |
|---|---|---|
| committer | git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-05-22 16:54:47 +0900 |
| commit | 2fb69b32968e4c18c8b6fe0a9a33b454feccba32 (patch) | |
| tree | 41e3fbeac8f6ad64f08e7892aea6fdc254f04dcc | |
| parent | 32dd1a798a6d042dbf91e24e9c9f44d94e68f721 (diff) | |
* expand tabs.
| -rw-r--r-- | gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11097,7 +11097,7 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj) } else { if (RTEST(RBASIC(obj)->klass)) { - VALUE class_path = rb_class_path_cached(RBASIC(obj)->klass); + VALUE class_path = rb_class_path_cached(RBASIC(obj)->klass); if (!NIL_P(class_path)) { APPENDF((BUFF_ARGS, "(%s)", RSTRING_PTR(class_path))); } |
