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

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Mar 26 20:14:24 JST 2015


YUKI Hiroshi	2015-03-26 20:14:24 +0900 (Thu, 26 Mar 2015)

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

  Message:
    Fix indent

  Modified files:
    bin/droonga-engine-join

  Modified: bin/droonga-engine-join (+7 -7)
===================================================================
--- bin/droonga-engine-join    2015-03-26 20:13:53 +0900 (80f2c49)
+++ bin/droonga-engine-join    2015-03-26 20:14:24 +0900 (2f0c3ad)
@@ -44,13 +44,13 @@ class JoinCommand
 
     set_node_role
     begin
-    register_to_existing_nodes
-    do_join
-    copy_data unless @options["no-copy"]
-    set_effective_message_timestamp
-    reset_node_role
-    puts("Done.")
-    exit(true)
+      register_to_existing_nodes
+      do_join
+      copy_data unless @options["no-copy"]
+      set_effective_message_timestamp
+      reset_node_role
+      puts("Done.")
+      exit(true)
     rescue Exception => exception
       puts("Unexpected exception: #{exception.message}")
       puts(exception.backtrace.join("\n"))
-------------- next part --------------
HTML����������������������������...
下載 



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