about summary refs log tree commit homepage
path: root/lib/unicorn/socket_helper.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-04-30 07:54:19 +0000
committerEric Wong <e@80x24.org>2018-05-01 10:19:17 +0000
commit6802a50bbb68dd5450749d72f053a56560c19d89 (patch)
tree84b940a63cafb9ac57c6b73ff98f4c059cfef65a /lib/unicorn/socket_helper.rb
parent8cc911d4ff667c3f1af28db4c565cdbe22433e34 (diff)
downloadunicorn-6802a50bbb68dd5450749d72f053a56560c19d89.tar.gz
Ruby trunk started warning about more mismatched indentations
starting around r62836.
Diffstat (limited to 'lib/unicorn/socket_helper.rb')
-rw-r--r--lib/unicorn/socket_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicorn/socket_helper.rb b/lib/unicorn/socket_helper.rb
index 9e672d9..b540302 100644
--- a/lib/unicorn/socket_helper.rb
+++ b/lib/unicorn/socket_helper.rb
@@ -100,8 +100,8 @@ module Unicorn
         log_buffer_sizes(sock, " after: ")
       end
       sock.listen(opt[:backlog])
-      rescue => e
-        Unicorn.log_error(logger, "#{sock_name(sock)} #{opt.inspect}", e)
+    rescue => e
+      Unicorn.log_error(logger, "#{sock_name(sock)} #{opt.inspect}", e)
     end
 
     def log_buffer_sizes(sock, pfx = '')