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

ruby-changes:39619

From: svn <ko1@a...>
Date: Thu, 27 Aug 2015 08:00:21 +0900 (JST)
Subject: [ruby-changes:39619] svn:r51700 (trunk): * remove trailing spaces.

svn	2015-08-27 08:00:15 +0900 (Thu, 27 Aug 2015)

  New Revision: 51700

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/thread_tools.c
Index: thread_tools.c
===================================================================
--- thread_tools.c	(revision 51699)
+++ thread_tools.c	(revision 51700)
@@ -717,7 +717,7 @@ queue_do_push(VALUE self, VALUE obj) https://github.com/ruby/ruby/blob/trunk/thread_tools.c#L717
  * ClosedQueueError is inherited from StopIteration, so that you can break loop block.
  *
  *  Example:
- * 
+ *
  *    	q = Queue.new
  *      Thread.new{
  *        while e = q.deq # wait for nil to break loop

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

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