aboutsummaryrefslogtreecommitdiffstats
path: root/debug_counter.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-25 18:13:35 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-25 18:13:35 +0000
commit2466288d27eba50a6a68bd00f854b5a7687745ae (patch)
treeacd8825b348e3c8a26dc9c7ec8d1ee72b1526574 /debug_counter.c
parentcdc614cd0a21b2e72d953438438c78bafdfd9f80 (diff)
downloadruby-2466288d27eba50a6a68bd00f854b5a7687745ae.tar.gz
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'debug_counter.c')
-rw-r--r--debug_counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_counter.c b/debug_counter.c
index 7225b6a08e..b67e03ade6 100644
--- a/debug_counter.c
+++ b/debug_counter.c
@@ -34,7 +34,7 @@ rb_debug_counter_show_results(const char *msg)
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]);
}