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

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 21 19:54:29 JST 2015


YUKI Hiroshi	2015-04-21 19:54:29 +0900 (Tue, 21 Apr 2015)

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

  Message:
    Fix indent

  Modified files:
    bin/droonga-engine-absorb-data
    bin/droonga-engine-join

  Modified: bin/droonga-engine-absorb-data (+2 -2)
===================================================================
--- bin/droonga-engine-absorb-data    2015-04-21 19:52:44 +0900 (e7f3bcb)
+++ bin/droonga-engine-absorb-data    2015-04-21 19:54:29 +0900 (6fbce11)
@@ -259,8 +259,8 @@ module Droonga
         puts "Setting effective message timestamp for the destination node..."
         destination_node_serf.ensure_restarted do
           destination_node_serf.send_query("accept_messages_newer_than",
-                                                    "node"      => destination_node.to_s,
-                                                    "timestamp" => timestamp)
+                                           "node"      => destination_node.to_s,
+                                           "timestamp" => timestamp)
         end
       end
       true

  Modified: bin/droonga-engine-join (+2 -2)
===================================================================
--- bin/droonga-engine-join    2015-04-21 19:52:44 +0900 (224305a)
+++ bin/droonga-engine-join    2015-04-21 19:54:29 +0900 (b2ae52b)
@@ -329,8 +329,8 @@ module Droonga
         puts "Setting effective message timestamp for the destination node..."
         joining_node_serf.ensure_restarted do
           joining_node_serf.send_query("accept_messages_newer_than",
-                                                "node"      => joining_node.to_s,
-                                                "timestamp" => timestamp)
+                                       "node"      => joining_node.to_s,
+                                       "timestamp" => timestamp)
         end
       end
       true
-------------- next part --------------
HTML����������������������������...
Download 



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