aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2013-04-07 00:49:56 -0500
committerJack Nagel2013-04-07 20:59:49 -0500
commit18f07bb0e7fdb6e474c2d2e85df37225b280205a (patch)
tree93b9eb28f3471e9fe5edfcb5ab4ce4122157f947 /Library/Homebrew/cmd
parent25fde847fc9804af9b17ac81e8ffd58ceda246da (diff)
downloadhomebrew-18f07bb0e7fdb6e474c2d2e85df37225b280205a.tar.bz2
Unify indentation of access modifiers
These are class method calls, not some special keyword, and should be indented as such (also all standard Ruby indenters do this).
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/list.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/list.rb b/Library/Homebrew/cmd/list.rb
index 1586ca681..c40246a81 100644
--- a/Library/Homebrew/cmd/list.rb
+++ b/Library/Homebrew/cmd/list.rb
@@ -23,7 +23,7 @@ module Homebrew extend self
end
end
-private
+ private
def list_unbrewed
dirs = HOMEBREW_PREFIX.children.select{ |pn| pn.directory? }.map{ |pn| pn.basename.to_s }