From fae6c6bfd850f49e595d625659c9b5d8816a8c7c Mon Sep 17 00:00:00 2001 From: svn Date: Tue, 30 Oct 2018 03:22:09 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 0b8446ac96..be6667fe1b 100644 --- a/thread.c +++ b/thread.c @@ -3091,7 +3091,7 @@ rb_thread_to_s(VALUE thread) if (!target_th->first_func && target_th->first_proc) { VALUE loc = rb_proc_location(target_th->first_proc); if (!NIL_P(loc)) { - rb_str_catf(str, "@%"PRIsVALUE":%"PRIsVALUE, + rb_str_catf(str, "@%"PRIsVALUE":%"PRIsVALUE, RARRAY_AREF(loc, 0), RARRAY_AREF(loc, 1)); rb_gc_force_recycle(loc); } -- cgit v1.2.3