aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/pathname.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2014-07-13 12:04:45 -0700
committerAdam Vandenberg2014-07-13 12:04:45 -0700
commit7372e2285673ae9140ff71c4e71040a8fdb705a0 (patch)
tree32220a6dd73b905d82cf73a0791b736399c29305 /Library/Homebrew/extend/pathname.rb
parent564bf766a8cb14200cbe140f6418d1db9db6db76 (diff)
downloadhomebrew-7372e2285673ae9140ff71c4e71040a8fdb705a0.tar.bz2
nudge formatting
Needed for Emacs' ruby highlighting to work past this point in the file.
Diffstat (limited to 'Library/Homebrew/extend/pathname.rb')
-rw-r--r--Library/Homebrew/extend/pathname.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb
index 78c27bf3f..4ba5b7803 100644
--- a/Library/Homebrew/extend/pathname.rb
+++ b/Library/Homebrew/extend/pathname.rb
@@ -401,8 +401,8 @@ class Pathname
def abv
out=''
n=`find #{to_s} -type f ! -name .DS_Store | wc -l`.to_i
- out<<"#{n} files, " if n > 1
- out<<`/usr/bin/du -hs #{to_s} | cut -d"\t" -f1`.strip
+ out << "#{n} files, " if n > 1
+ out << `/usr/bin/du -hs #{to_s} | cut -d"\t" -f1`.strip
end
# We redefine these private methods in order to add the /o modifier to