[Groonga-commit] droonga/droonga-engine at 3ed6789 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 23 16:29:37 JST 2014


Kouhei Sutou	2014-05-23 16:29:37 +0900 (Fri, 23 May 2014)

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

  Message:
    Fix indent

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+4 -4)
===================================================================
--- lib/droonga/serf.rb    2014-05-23 16:29:27 +0900 (e02e28a)
+++ lib/droonga/serf.rb    2014-05-23 16:29:37 +0900 (465b580)
@@ -44,10 +44,10 @@ module Droonga
         retry_joins.push("-retry-join", other_host)
       end
       @pid = run("agent",
-                      "-node", @name,
-                      "-bind", extract_host(@name),
-                      "-event-handler", "#{$0}-serf-event-handler",
-                      *retry_joins)
+                 "-node", @name,
+                 "-bind", extract_host(@name),
+                 "-event-handler", "#{$0}-serf-event-handler",
+                 *retry_joins)
       logger.trace("start: done")
     end
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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