mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5ac990e83e
commit
a352ee8961
1 changed files with 4 additions and 4 deletions
|
@ -968,10 +968,10 @@ rb_tracearg_compiled_eval_script(rb_trace_arg_t *trace_arg)
|
|||
VALUE data = trace_arg->data;
|
||||
|
||||
if (trace_arg->event & (RUBY_EVENT_SCRIPT_COMPILED)) {
|
||||
/* ok */
|
||||
/* ok */
|
||||
}
|
||||
else {
|
||||
rb_raise(rb_eRuntimeError, "not supported by this event");
|
||||
rb_raise(rb_eRuntimeError, "not supported by this event");
|
||||
}
|
||||
if (data == Qundef) {
|
||||
rb_bug("rb_tracearg_raised_exception: unreachable");
|
||||
|
@ -992,10 +992,10 @@ rb_tracearg_compiled_instruction_sequence(rb_trace_arg_t *trace_arg)
|
|||
VALUE data = trace_arg->data;
|
||||
|
||||
if (trace_arg->event & (RUBY_EVENT_SCRIPT_COMPILED)) {
|
||||
/* ok */
|
||||
/* ok */
|
||||
}
|
||||
else {
|
||||
rb_raise(rb_eRuntimeError, "not supported by this event");
|
||||
rb_raise(rb_eRuntimeError, "not supported by this event");
|
||||
}
|
||||
if (data == Qundef) {
|
||||
rb_bug("rb_tracearg_raised_exception: unreachable");
|
||||
|
|
Loading…
Reference in a new issue