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

ruby-changes:26416

From: kosaki <ko1@a...>
Date: Wed, 19 Dec 2012 20:19:47 +0900 (JST)
Subject: [ruby-changes:26416] kosaki:r38467 (trunk): style fix.

kosaki	2012-12-19 20:19:37 +0900 (Wed, 19 Dec 2012)

  New Revision: 38467

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38467

  Log:
    style fix.

  Modified files:
    trunk/thread.c

Index: thread.c
===================================================================
--- thread.c	(revision 38466)
+++ thread.c	(revision 38467)
@@ -1816,8 +1816,6 @@ rb_threadptr_execute_interrupts(rb_threa https://github.com/ruby/ruby/blob/trunk/thread.c#L1816
 	finalizer_interrupt = interrupt & FINALIZER_INTERRUPT_MASK;
 	trap_interrupt = interrupt & TRAP_INTERRUPT_MASK;
 
-
-
 	/* signal handling */
 	if (trap_interrupt && (th == th->vm->main_thread)) {
 	    enum rb_thread_status prev_status = th->status;

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

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