summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-29 18:51:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-29 18:51:39 +0000
commit950a917600310912d949a1d6c3e2b49846c048ac (patch)
tree63c3185f9fcaf5098e27f11f8e6b3cbeaacc1271 /file.c
parent106b437ceb2795d9f9289f50b02cd38c4285790d (diff)
* removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/file.c b/file.c
index 7c980f3732..56b467fa99 100644
--- a/file.c
+++ b/file.c
@@ -3355,7 +3355,7 @@ rb_realpath_internal(VALUE basedir, VALUE path, int strict)
*
* If _dir_string_ is given, it is used as a base directory
* for interpreting relative pathname instead of the current directory.
- *
+ *
* All components of the pathname must exist when this method is
* called.
*/
@@ -3373,10 +3373,10 @@ rb_file_s_realpath(int argc, VALUE *argv, VALUE klass)
*
* Returns the real (absolute) pathname of _pathname_ in the actual filesystem.
* The real pathname doesn't contain symlinks or useless dots.
- *
+ *
* If _dir_string_ is given, it is used as a base directory
* for interpreting relative pathname instead of the current directory.
- *
+ *
* The last component of the real pathname can be nonexistent.
*/
static VALUE