From 0971460e3113ea7dc3fd2a4ae80dd5947fd2dc55 Mon Sep 17 00:00:00 2001 From: git Date: Wed, 14 Aug 2019 16:25:32 +0900 Subject: * expand tabs. --- proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proc.c') diff --git a/proc.c b/proc.c index f03d8683b6..40628f1268 100644 --- a/proc.c +++ b/proc.c @@ -1310,7 +1310,7 @@ rb_block_to_s(VALUE self, const struct rb_block *block, const char *additional_i case block_type_iseq: { const rb_iseq_t *iseq = rb_iseq_check(block->as.captured.code.iseq); - rb_str_catf(str, "%p %"PRIsVALUE":%d", (void *)self, + rb_str_catf(str, "%p %"PRIsVALUE":%d", (void *)self, rb_iseq_path(iseq), FIX2INT(iseq->body->location.first_lineno)); } -- cgit v1.2.3