[Groonga-commit] droonga/droonga-engine at 63fdc4d [master] Fix indent

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 22 15:36:38 JST 2015


YUKI Hiroshi	2015-04-22 15:36:38 +0900 (Wed, 22 Apr 2015)

  New Revision: 63fdc4d4b60b8fe21baa60a180918563c410e014
  https://github.com/droonga/droonga-engine/commit/63fdc4d4b60b8fe21baa60a180918563c410e014

  Message:
    Fix indent

  Modified files:
    lib/droonga/command/droonga_engine_service.rb

  Modified: lib/droonga/command/droonga_engine_service.rb (+7 -7)
===================================================================
--- lib/droonga/command/droonga_engine_service.rb    2015-04-22 15:35:43 +0900 (ca3292d)
+++ lib/droonga/command/droonga_engine_service.rb    2015-04-22 15:36:38 +0900 (e2bc538)
@@ -214,13 +214,13 @@ module Droonga
         logger.trace("stop_gracefully: start")
         @stopping = true
         @receiver.stop_gracefully do
-        @engine.stop_gracefully do
-          shutdown_worker_process_agent
-          shutdown_internal_message_receiver
-          logger.trace("stop_gracefully: done",
-                       :n_rest_watchers => @loop.watchers.size,
-                       :rest_watchers   => @loop.watchers)
-        end
+          @engine.stop_gracefully do
+            shutdown_worker_process_agent
+            shutdown_internal_message_receiver
+            logger.trace("stop_gracefully: done",
+                         :n_rest_watchers => @loop.watchers.size,
+                         :rest_watchers   => @loop.watchers)
+          end
         end
       end
 
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index