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

ruby-changes:35312

From: svn <ko1@a...>
Date: Fri, 5 Sep 2014 10:42:06 +0900 (JST)
Subject: [ruby-changes:35312] svn:r47393 (trunk): * remove trailing spaces.

svn	2014-09-05 10:41:44 +0900 (Fri, 05 Sep 2014)

  New Revision: 47393

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/lib/rdoc/generator/pot/po.rb
    trunk/test/rdoc/test_rdoc_generator_pot.rb
    trunk/test/rdoc/test_rdoc_generator_pot_po.rb
    trunk/test/rdoc/test_rdoc_i18n_text.rb
Index: lib/rdoc/generator/pot/po.rb
===================================================================
--- lib/rdoc/generator/pot/po.rb	(revision 47392)
+++ lib/rdoc/generator/pot/po.rb	(revision 47393)
@@ -51,11 +51,11 @@ FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. https://github.com/ruby/ruby/blob/trunk/lib/rdoc/generator/pot/po.rb#L51
 
     content = <<-CONTENT
 Project-Id-Version: PACKAGE VERSEION
-Report-Msgid-Bugs-To: 
+Report-Msgid-Bugs-To:
 PO-Revision-Date: YEAR-MO_DA HO:MI+ZONE
 Last-Translator: FULL NAME <EMAIL@ADDRESS>
 Language-Team: LANGUAGE <LL@l...>
-Language: 
+Language:
 MIME-Version: 1.0
 Content-Type: text/plain; charset=CHARSET
 Content-Transfer-Encoding: 8bit
Index: test/rdoc/test_rdoc_generator_pot.rb
===================================================================
--- test/rdoc/test_rdoc_generator_pot.rb	(revision 47392)
+++ test/rdoc/test_rdoc_generator_pot.rb	(revision 47393)
@@ -48,7 +48,7 @@ class TestRDocGeneratorPOT < RDoc::TestC https://github.com/ruby/ruby/blob/trunk/test/rdoc/test_rdoc_generator_pot.rb#L48
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
Index: test/rdoc/test_rdoc_i18n_text.rb
===================================================================
--- test/rdoc/test_rdoc_i18n_text.rb	(revision 47392)
+++ test/rdoc/test_rdoc_i18n_text.rb	(revision 47393)
@@ -77,8 +77,8 @@ Nonexistent paragraph. https://github.com/ruby/ruby/blob/trunk/test/rdoc/test_rdoc_i18n_text.rb#L77
     raw = <<-RAW
 Paragraph 1.
 
-  
-	
+
+
 
 Paragraph 2.
     RAW
@@ -86,8 +86,8 @@ Paragraph 2. https://github.com/ruby/ruby/blob/trunk/test/rdoc/test_rdoc_i18n_text.rb#L86
     expected = <<-TRANSLATED
 Paragraphe 1.
 
-  
-	
+
+
 
 Paragraphe 2.
     TRANSLATED
Index: test/rdoc/test_rdoc_generator_pot_po.rb
===================================================================
--- test/rdoc/test_rdoc_generator_pot_po.rb	(revision 47392)
+++ test/rdoc/test_rdoc_generator_pot_po.rb	(revision 47393)
@@ -32,7 +32,7 @@ msgstr "" https://github.com/ruby/ruby/blob/trunk/test/rdoc/test_rdoc_generator_pot_po.rb#L32
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""

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

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