[Groonga-commit] groonga/groonga-query-log at 4195ef5 [master] Indent

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 24 18:45:35 JST 2013


Kouhei Sutou	2013-05-24 18:45:35 +0900 (Fri, 24 May 2013)

  New Revision: 4195ef5200d95834ba6a2186304effc644e0a6fc
  https://github.com/groonga/groonga-query-log/commit/4195ef5200d95834ba6a2186304effc644e0a6fc

  Message:
    Indent

  Modified files:
    lib/groonga/query-log/replayer.rb

  Modified: lib/groonga/query-log/replayer.rb (+6 -6)
===================================================================
--- lib/groonga/query-log/replayer.rb    2013-05-24 18:45:18 +0900 (4b94172)
+++ lib/groonga/query-log/replayer.rb    2013-05-24 18:45:35 +0900 (df484df)
@@ -48,12 +48,12 @@ module Groonga
           parser = Parser.new
           id = 0
           @options.create_request_output do |output|
-          parser.parse(input) do |statistic|
-            # TODO: validate orignal_source is one line
-            output << statistic.command.original_source
-            @queue.push([id, statistic])
-            id += 1
-          end
+            parser.parse(input) do |statistic|
+              # TODO: validate orignal_source is one line
+              output << statistic.command.original_source
+              @queue.push([id, statistic])
+              id += 1
+            end
           end
           @options.n_clients.times do
             @queue.push(nil)
-------------- next part --------------
HTML����������������������������...
Télécharger 



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