1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nahi 2011-06-23 07:22:37 +00:00
parent b9cbe522ed
commit 45f164eaeb

View file

@ -91,7 +91,7 @@ module WEBrick
# %U:: Unparsed URI # %U:: Unparsed URI
# %%:: Literal % # %%:: Literal %
def setup_params(config, req, res) def setup_params(config, req, res)
params = Hash.new("") params = Hash.new("")
params["a"] = req.peeraddr[3] params["a"] = req.peeraddr[3]
params["b"] = res.sent_size params["b"] = res.sent_size