diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-29 08:10:23 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-29 08:10:23 +0000 |
commit | cf1d6730c1a850d885632477fb9f5463cc46035d (patch) | |
tree | c023bd44e0f66da6f3ed794adbc67913de9ff9a4 /test/rdoc/test_rdoc_text.rb | |
parent | 0a7d24cc5aa8d0066e123a9b0594ac6fba9ad60a (diff) | |
download | ruby-cf1d6730c1a850d885632477fb9f5463cc46035d.tar.gz |
remove trainling spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rdoc/test_rdoc_text.rb')
-rw-r--r-- | test/rdoc/test_rdoc_text.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rdoc/test_rdoc_text.rb b/test/rdoc/test_rdoc_text.rb index 78d5fdec27..473bd3cadd 100644 --- a/test/rdoc/test_rdoc_text.rb +++ b/test/rdoc/test_rdoc_text.rb @@ -153,7 +153,7 @@ The comments associated with text = <<-TEXT /* * we don't worry too much. - * + * * The comments associated with */ TEXT @@ -171,7 +171,7 @@ The comments associated with text = <<-TEXT /* * we don't worry too much. - * + * * The comments associated with */ TEXT |