[前][次][番号順一覧][スレッド一覧]

ruby-changes:35610

From: svn <ko1@a...>
Date: Tue, 23 Sep 2014 16:08:27 +0900 (JST)
Subject: [ruby-changes:35610] svn:r47692 (trunk): * remove trailing spaces.

svn	2014-09-23 16:08:16 +0900 (Tue, 23 Sep 2014)

  New Revision: 47692

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47692

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/tool/downloader.rb
Index: tool/downloader.rb
===================================================================
--- tool/downloader.rb	(revision 47691)
+++ tool/downloader.rb	(revision 47692)
@@ -8,7 +8,7 @@ class Downloader https://github.com/ruby/ruby/blob/trunk/tool/downloader.rb#L8
   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.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]