mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* {ext,lib,test}/**/*.rb: removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c89882197e
commit
75c1cac7f3
442 changed files with 4654 additions and 4654 deletions
|
@ -32,7 +32,7 @@ module WEBrick
|
|||
if not_modified?(req, res, mtime, res['etag'])
|
||||
res.body = ''
|
||||
raise HTTPStatus::NotModified
|
||||
elsif req['range']
|
||||
elsif req['range']
|
||||
make_partial_content(req, res, @local_path, st.size)
|
||||
raise HTTPStatus::PartialContent
|
||||
else
|
||||
|
@ -402,7 +402,7 @@ module WEBrick
|
|||
res.body << "<A HREF=\"?M=#{d1}\">Last modified</A> "
|
||||
res.body << "<A HREF=\"?S=#{d1}\">Size</A>\n"
|
||||
res.body << "<HR>\n"
|
||||
|
||||
|
||||
list.unshift [ "..", File::mtime(local_path+"/.."), -1 ]
|
||||
list.each{ |name, time, size|
|
||||
if name == ".."
|
||||
|
@ -420,7 +420,7 @@ module WEBrick
|
|||
}
|
||||
res.body << "</PRE><HR>"
|
||||
|
||||
res.body << <<-_end_of_html_
|
||||
res.body << <<-_end_of_html_
|
||||
<ADDRESS>
|
||||
#{HTMLUtils::escape(@config[:ServerSoftware])}<BR>
|
||||
at #{req.host}:#{req.port}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue