summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-06 09:01:50 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-06 09:01:50 +0000
commitd627b1fcf35b4bd40ab30254e7244424c56c12ac (patch)
treecbf100b6e9b3dcd1aace335545be59caf1479d0d /lib
parent6f191221cc4e7dba4e8311fe3760eb02cc04c4c1 (diff)
downloadruby-d627b1fcf35b4bd40ab30254e7244424c56c12ac.tar.gz
ruby-d627b1fcf35b4bd40ab30254e7244424c56c12ac.tar.xz
ruby-d627b1fcf35b4bd40ab30254e7244424c56c12ac.zip
fix indent.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/find.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/find.rb b/lib/find.rb
index 79ff7c137..ee96e526e 100644
--- a/lib/find.rb
+++ b/lib/find.rb
@@ -59,7 +59,7 @@ module Find
d.close
end
end
- rescue Errno::ENOENT, Errno::EACCES
+ rescue Errno::ENOENT, Errno::EACCES
end
end
end