Kentaro Hayashi
null+****@clear*****
Tue Apr 11 12:27:23 JST 2017
Kentaro Hayashi 2017-04-11 12:27:23 +0900 (Tue, 11 Apr 2017) New Revision: 0d4a07be6126bff4f3e2f5dccc2b6e5fcb4dd1e2 https://github.com/groonga/fluent-plugin-groonga/commit/0d4a07be6126bff4f3e2f5dccc2b6e5fcb4dd1e2 Message: in: fix indent Modified files: lib/fluent/plugin/in_groonga.rb Modified: lib/fluent/plugin/in_groonga.rb (+9 -9) =================================================================== --- lib/fluent/plugin/in_groonga.rb 2017-04-11 12:26:56 +0900 (c81887f) +++ lib/fluent/plugin/in_groonga.rb 2017-04-11 12:27:23 +0900 (eaeff64) @@ -139,18 +139,18 @@ module Fluent def start listen_socket = TCPServer.new(@bind, @port) - @loop = Coolio::Loop.new + @loop = Coolio::Loop.new - @socket = Coolio::TCPServer.new(listen_socket, nil, - handler_class, self) - @loop.attach(@socket) + @socket = Coolio::TCPServer.new(listen_socket, nil, + handler_class, self) + @loop.attach(@socket) - @shutdown_notifier = Coolio::AsyncWatcher.new - @loop.attach(@shutdown_notifier) + @shutdown_notifier = Coolio::AsyncWatcher.new + @loop.attach(@shutdown_notifier) - @thread = Thread.new do - run - end + @thread = Thread.new do + run + end end def shutdown -------------- next part -------------- HTML����������������������������...Download