ruby-changes:53390
From: svn <ko1@a...>
Date: Wed, 7 Nov 2018 21:48:45 +0900 (JST)
Subject: [ruby-changes:53390] svn:r65606 (trunk): * expand tabs. [ci skip]
svn 2018-11-07 21:48:39 +0900 (Wed, 07 Nov 2018) New Revision: 65606 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65606 Log: * expand tabs. [ci skip] Modified files: trunk/vm_dump.c Index: vm_dump.c =================================================================== --- vm_dump.c (revision 65605) +++ vm_dump.c (revision 65606) @@ -1095,7 +1095,7 @@ rb_vmdebug_stack_dump_all_threads(void) https://github.com/ruby/ruby/blob/trunk/vm_dump.c#L1095 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); } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/