summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-30 03:22:09 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-30 03:22:09 +0000
commitfae6c6bfd850f49e595d625659c9b5d8816a8c7c (patch)
treed41638cba84dfc5e3db7732630a7ecdc01ce4c8d /thread.c
parent54726befc3eb52bf06640bfb07664dace3721d14 (diff)
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
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);
}