ruby-changes:54853
From: svn <ko1@a...>
Date: Wed, 13 Feb 2019 13:25:06 +0900 (JST)
Subject: [ruby-changes:54853] svn:r67059 (trunk): * expand tabs.
svn 2019-02-13 13:25:00 +0900 (Wed, 13 Feb 2019) New Revision: 67059 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67059 Log: * expand tabs. Modified files: trunk/ext/objspace/objspace.c Index: ext/objspace/objspace.c =================================================================== --- ext/objspace/objspace.c (revision 67058) +++ ext/objspace/objspace.c (revision 67059) @@ -618,7 +618,7 @@ count_imemo_objects(int argc, VALUE *arg https://github.com/ruby/ruby/blob/trunk/ext/objspace/objspace.c#L618 VALUE hash = setup_hash(argc, argv); if (imemo_type_ids[0] == 0) { - imemo_type_ids[0] = rb_intern("imemo_env"); + imemo_type_ids[0] = rb_intern("imemo_env"); imemo_type_ids[1] = rb_intern("imemo_cref"); imemo_type_ids[2] = rb_intern("imemo_svar"); imemo_type_ids[3] = rb_intern("imemo_throw_data"); @@ -628,7 +628,7 @@ count_imemo_objects(int argc, VALUE *arg https://github.com/ruby/ruby/blob/trunk/ext/objspace/objspace.c#L628 imemo_type_ids[7] = rb_intern("imemo_iseq"); imemo_type_ids[8] = rb_intern("imemo_tmpbuf"); imemo_type_ids[9] = rb_intern("imemo_ast"); - imemo_type_ids[10] = rb_intern("imemo_parser_strterm"); + imemo_type_ids[10] = rb_intern("imemo_parser_strterm"); } rb_objspace_each_objects(count_imemo_objects_i, (void *)hash); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/