From 7372e2285673ae9140ff71c4e71040a8fdb705a0 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 13 Jul 2014 12:04:45 -0700 Subject: nudge formatting Needed for Emacs' ruby highlighting to work past this point in the file. --- Library/Homebrew/extend/pathname.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3