ruby-changes:52630
From: svn <ko1@a...>
Date: Wed, 26 Sep 2018 03:13:39 +0900 (JST)
Subject: [ruby-changes:52630] svn:r64842 (trunk): * expand tabs.
svn 2018-09-26 03:13:35 +0900 (Wed, 26 Sep 2018) New Revision: 64842 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64842 Log: * expand tabs. Modified files: trunk/debug_counter.c Index: debug_counter.c =================================================================== --- debug_counter.c (revision 64841) +++ debug_counter.c (revision 64842) @@ -34,7 +34,7 @@ rb_debug_counter_show_results(const char https://github.com/ruby/ruby/blob/trunk/debug_counter.c#L34 int i; fprintf(stderr, "[RUBY_DEBUG_COUNTER]\t%d %s\n", getpid(), msg); for (i=0; i<RB_DEBUG_COUNTER_MAX; i++) { - fprintf(stderr, "[RUBY_DEBUG_COUNTER]\t%-30s\t%'12"PRIuSIZE"\n", + fprintf(stderr, "[RUBY_DEBUG_COUNTER]\t%-30s\t%'12"PRIuSIZE"\n", debug_counter_names[i], rb_debug_counter[i]); } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/