From fc14c408aa0d75693d2e296e5b4a8e7406004aa2 Mon Sep 17 00:00:00 2001 From: svn Date: Wed, 7 Nov 2018 12:48:39 +0000 Subject: * expand tabs. [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_dump.c') diff --git a/vm_dump.c b/vm_dump.c index 5c1ac81ab4..1d36eb0690 100644 --- a/vm_dump.c +++ b/vm_dump.c @@ -1095,7 +1095,7 @@ rb_vmdebug_stack_dump_all_threads(void) ruby_fill_thread_id_string(th->thread_id, buf); fprintf(stderr, "th: %p, native_id: %s\n", th, buf); #else - fprintf(stderr, "th: %p, native_id: %p\n", (void *)th, (void *)(uintptr_t)th->thread_id); + fprintf(stderr, "th: %p, native_id: %p\n", (void *)th, (void *)(uintptr_t)th->thread_id); #endif rb_vmdebug_stack_dump_raw(th->ec, th->ec->cfp); } -- cgit v1.2.3