[前][次][番号順一覧][スレッド一覧]

ruby-changes:54030

From: svn <ko1@a...>
Date: Thu, 6 Dec 2018 22:42:45 +0900 (JST)
Subject: [ruby-changes:54030] svn:r66250 (trunk): * expand tabs.

svn	2018-12-06 22:42:35 +0900 (Thu, 06 Dec 2018)

  New Revision: 66250

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66250

  Log:
    * expand tabs.

  Modified files:
    trunk/vm_trace.c
Index: vm_trace.c
===================================================================
--- vm_trace.c	(revision 66249)
+++ vm_trace.c	(revision 66250)
@@ -968,10 +968,10 @@ rb_tracearg_compiled_eval_script(rb_trac https://github.com/ruby/ruby/blob/trunk/vm_trace.c#L968
     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_sequenc https://github.com/ruby/ruby/blob/trunk/vm_trace.c#L992
     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");

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]