From 45f164eaebc52b6f7c8b18f929916df52e0d72a3 Mon Sep 17 00:00:00 2001 From: nahi Date: Thu, 23 Jun 2011 07:22:37 +0000 Subject: * lib/webrick/accesslog.rb: Cosmetic fix of mismatched indentation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/webrick/accesslog.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/webrick/accesslog.rb b/lib/webrick/accesslog.rb index 2b46a805d2..029b5a4902 100644 --- a/lib/webrick/accesslog.rb +++ b/lib/webrick/accesslog.rb @@ -91,7 +91,7 @@ module WEBrick # %U:: Unparsed URI # %%:: Literal % - def setup_params(config, req, res) + def setup_params(config, req, res) params = Hash.new("") params["a"] = req.peeraddr[3] params["b"] = res.sent_size -- cgit v1.2.3