mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
thread.c: indent
* thread.c (rb_thread_inspect): adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
180ca79e25
commit
c6e9425c06
1 changed files with 1 additions and 1 deletions
2
thread.c
2
thread.c
|
@ -2775,7 +2775,7 @@ rb_thread_inspect(VALUE thread)
|
|||
status = thread_status_name(th);
|
||||
str = rb_sprintf("#<%"PRIsVALUE":%p", cname, (void *)thread);
|
||||
if (!NIL_P(th->name)) {
|
||||
rb_str_catf(str, "@%"PRIsVALUE, th->name);
|
||||
rb_str_catf(str, "@%"PRIsVALUE, th->name);
|
||||
}
|
||||
if (!th->first_func && th->first_proc) {
|
||||
VALUE loc = rb_proc_location(th->first_proc);
|
||||
|
|
Loading…
Add table
Reference in a new issue