[Groonga-commit] droonga/droonga-engine at 3d527b3 [buffered-forward] Fix indent

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Mar 27 13:08:04 JST 2015


YUKI Hiroshi	2015-03-27 13:08:04 +0900 (Fri, 27 Mar 2015)

  New Revision: 3d527b3e8d64b094e6e29eba0f7d28da44fd8c3f
  https://github.com/droonga/droonga-engine/commit/3d527b3e8d64b094e6e29eba0f7d28da44fd8c3f

  Message:
    Fix indent

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

  Modified: lib/droonga/command/serf_event_handler.rb (+2 -2)
===================================================================
--- lib/droonga/command/serf_event_handler.rb    2015-03-27 13:07:37 +0900 (ab9a230)
+++ lib/droonga/command/serf_event_handler.rb    2015-03-27 13:08:04 +0900 (9faa373)
@@ -38,12 +38,12 @@ module Droonga
         serf_name = ENV["SERF_SELF_NAME"]
         command = command_class.new(serf_name, @payload)
         begin
-        command.process if command.should_process?
+          command.process if command.should_process?
         rescue Exception => exception
           log("Exception: #{exception.inspect}, #{exception.message}, #{exception.backtrace.join(", ")}")
           raise exception
         ensure
-        output_response(command.response)
+          output_response(command.response)
         end
         true
       rescue Exception => exception
-------------- next part --------------
HTML����������������������������...
Download 



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