Skip to content

Commit

Permalink
vm_trace.c: indent
Browse files Browse the repository at this point in the history
* vm_trace.c (thread_tracepoint): adjust indent.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Apr 25, 2015
1 parent c95b788 commit 4489c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm_trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ tracepoint_inspect(VALUE self)
{
VALUE sym = rb_tracearg_method_id(trace_arg);
if (NIL_P(sym))
goto default_inspect;
goto default_inspect;
return rb_sprintf("#<TracePoint:%"PRIsVALUE"@%"PRIsVALUE":%d in `%"PRIsVALUE"'>",
rb_tracearg_event(trace_arg),
rb_tracearg_path(trace_arg),
Expand Down

0 comments on commit 4489c13

Please sign in to comment.