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

ruby-changes:56590

From: git <ko1@a...>
Date: Thu, 18 Jul 2019 19:11:29 +0900 (JST)
Subject: [ruby-changes:56590] git: 78bc6cd8df (master): * remove trailing spaces.

https://git.ruby-lang.org/ruby.git/commit/?id=78bc6cd8df

From 78bc6cd8dff9ee584a447251490c88ee035d218d Mon Sep 17 00:00:00 2001
From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Thu, 18 Jul 2019 17:55:22 +0900
Subject: * remove trailing spaces.


diff --git a/cont.c b/cont.c
index 2c5d931..db7457f 100644
--- a/cont.c
+++ b/cont.c
@@ -568,7 +568,7 @@ fiber_pool_stack_acquire(struct fiber_pool * fiber_pool) { https://github.com/ruby/ruby/blob/trunk/cont.c#L568
     if (!vacancy) {
         const size_t maximum = FIBER_POOL_ALLOCATION_MAXIMUM_SIZE;
         const size_t minimum = fiber_pool->initial_count;
-        
+
         size_t count = fiber_pool->count;
         if (count > maximum) count = maximum;
         if (count < minimum) count = minimum;
-- 
cgit v0.10.2


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

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