[Groonga-commit] droonga/droonga-engine at a39a66c [master] Remove trailing spaces

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 2 22:44:48 JST 2014


Kouhei Sutou	2014-11-02 22:44:48 +0900 (Sun, 02 Nov 2014)

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

  Message:
    Remove trailing spaces

  Modified files:
    lib/droonga/service_installation.rb

  Modified: lib/droonga/service_installation.rb (+2 -2)
===================================================================
--- lib/droonga/service_installation.rb    2014-11-02 21:33:17 +0900 (b510455)
+++ lib/droonga/service_installation.rb    2014-11-02 22:44:48 +0900 (ddcea8c)
@@ -75,13 +75,13 @@ module Droonga
 
     def installed_as_service?
       return false unless user_exist?
-    
+
       #TODO: we should support systemd also...
       succeeded = system("service", "droonga-engine", "status",
                          :out => "/dev/null",
                          :err => "/dev/null")
       return true if succeeded
-    
+
       #TODO: we should support systemd also...
       result = `service droonga-engine status`
       result.include?("running") or \
-------------- next part --------------
HTML����������������������������...
下載 



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