Navigation Menu

Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 22, 2015
1 parent 19286d1 commit 63fdc4d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/droonga/command/droonga_engine_service.rb
Expand Up @@ -214,13 +214,13 @@ def stop_gracefully
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

Expand Down

0 comments on commit 63fdc4d

Please sign in to comment.