mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
vm_trace.c: indent
* vm_trace.c (thread_tracepoint): adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c95b788afc
commit
4489c13657
1 changed files with 1 additions and 1 deletions
|
@ -1312,7 +1312,7 @@ tracepoint_inspect(VALUE self)
|
||||||
{
|
{
|
||||||
VALUE sym = rb_tracearg_method_id(trace_arg);
|
VALUE sym = rb_tracearg_method_id(trace_arg);
|
||||||
if (NIL_P(sym))
|
if (NIL_P(sym))
|
||||||
goto default_inspect;
|
goto default_inspect;
|
||||||
return rb_sprintf("#<TracePoint:%"PRIsVALUE"@%"PRIsVALUE":%d in `%"PRIsVALUE"'>",
|
return rb_sprintf("#<TracePoint:%"PRIsVALUE"@%"PRIsVALUE":%d in `%"PRIsVALUE"'>",
|
||||||
rb_tracearg_event(trace_arg),
|
rb_tracearg_event(trace_arg),
|
||||||
rb_tracearg_path(trace_arg),
|
rb_tracearg_path(trace_arg),
|
||||||
|
|
Loading…
Reference in a new issue