aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-23 07:08:16 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-23 07:08:16 +0000
commitf10a2f43a3ba98fd6814e8588e405ec4c504c88c (patch)
treee3bd82efd99a4d9563e205978b42c55b6638ee83 /tool
parent96245d6dd37557acd9a066491db6c80b125f0676 (diff)
downloadruby-f10a2f43a3ba98fd6814e8588e405ec4c504c88c.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rw-r--r--tool/downloader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb
index 7c29132d7b..f212442d71 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -8,7 +8,7 @@ class Downloader
rescue => e
raise "failed to download #{name}\n#{e.message}: #{url}"
end
-
+
# Update a file from url if newer version is available.
# Creates the file if the file doesn't yet exist; however, the
# directory where the file is being created has to exist already.