From 8bf9687e6c8d640734574068fbae439ca7220553 Mon Sep 17 00:00:00 2001 From: svn Date: Wed, 26 Aug 2015 23:00:15 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thread_tools.c b/thread_tools.c index 06e73751bb..6367657e67 100644 --- a/thread_tools.c +++ b/thread_tools.c @@ -717,7 +717,7 @@ queue_do_push(VALUE self, VALUE obj) * 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 -- cgit v1.2.3