[Groonga-commit] ranguba/rroonga at b2a2765 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 27 13:00:47 JST 2016


Kouhei Sutou	2016-03-27 13:00:47 +0900 (Sun, 27 Mar 2016)

  New Revision: b2a276536881a9405a18693f0088eb38a344925a
  https://github.com/ranguba/rroonga/commit/b2a276536881a9405a18693f0088eb38a344925a

  Message:
    Fix indent

  Modified files:
    ext/groonga/extconf.rb

  Modified: ext/groonga/extconf.rb (+2 -2)
===================================================================
--- ext/groonga/extconf.rb    2016-03-27 12:59:32 +0900 (4ba9d54)
+++ ext/groonga/extconf.rb    2016-03-27 13:00:47 +0900 (b508836)
@@ -92,11 +92,11 @@ def download(url)
     options = {}
     if proxy_info
       if proxy_info.user
-      options = {:proxy_http_basic_authentication => [proxy_info, proxy_info.user, proxy_info.password]}
+        options = {:proxy_http_basic_authentication => [proxy_info, proxy_info.user, proxy_info.password]}
       end
     end
 
-      open(url, "rb", options) do |input|
+    open(url, "rb", options) do |input|
       File.open(base_name, "wb") do |output|
         while (buffer = input.read(1024))
           output.print(buffer)
-------------- next part --------------
HTML����������������������������...
下载 



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