diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-19 07:22:13 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-19 07:22:13 +0000 |
commit | 3145683203c5673da67676fecb4b7efdfec72653 (patch) | |
tree | cb054741cf2cdca1cdeb74cc3149195281cb3c54 /test/rdoc/test_rdoc_parser_c.rb | |
parent | b23bbb12f2f146024743efccae3a793572f62dea (diff) |
* remove trailing spaces, append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rdoc/test_rdoc_parser_c.rb')
-rw-r--r-- | test/rdoc/test_rdoc_parser_c.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_parser_c.rb b/test/rdoc/test_rdoc_parser_c.rb index 99f2159203..99be1cdead 100644 --- a/test/rdoc/test_rdoc_parser_c.rb +++ b/test/rdoc/test_rdoc_parser_c.rb @@ -1718,7 +1718,7 @@ path_to_s(VALUE self) { } */ static VALUE path_aref_m(int argc, VALUE *argv, VALUE str) { } - + /* * call-seq: * string <=> other_string -> -1, 0, +1 or nil |