From 84b49707d674097e296848de2a51789ec7842011 Mon Sep 17 00:00:00 2001 From: svn Date: Tue, 18 Dec 2018 08:11:57 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gc.c') diff --git a/gc.c b/gc.c index 0629489b66..0e1a4f39c4 100644 --- a/gc.c +++ b/gc.c @@ -9716,7 +9716,7 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj) break; } case T_CLASS: - case T_MODULE: + case T_MODULE: { VALUE class_path = rb_class_path_cached(obj); if (!NIL_P(class_path)) { @@ -9724,7 +9724,7 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj) } break; } - case T_ICLASS: + case T_ICLASS: { VALUE class_path = rb_class_path_cached(RBASIC_CLASS(obj)); if (!NIL_P(class_path)) { -- cgit v1.2.3