ruby-changes:54214
From: svn <ko1@a...>
Date: Tue, 18 Dec 2018 17:12:02 +0900 (JST)
Subject: [ruby-changes:54214] svn:r66435 (trunk): * expand tabs.
svn 2018-12-18 17:11:57 +0900 (Tue, 18 Dec 2018) New Revision: 66435 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66435 Log: * expand tabs. Modified files: trunk/gc.c Index: gc.c =================================================================== --- gc.c (revision 66434) +++ gc.c (revision 66435) @@ -9716,7 +9716,7 @@ rb_raw_obj_info(char *buff, const int bu https://github.com/ruby/ruby/blob/trunk/gc.c#L9716 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 bu https://github.com/ruby/ruby/blob/trunk/gc.c#L9724 } break; } - case T_ICLASS: + case T_ICLASS: { VALUE class_path = rb_class_path_cached(RBASIC_CLASS(obj)); if (!NIL_P(class_path)) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/