aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorJack Nagel2013-04-07 00:49:56 -0500
committerJack Nagel2013-04-07 20:59:49 -0500
commit9db0e68eb60b7634eb26f9b734e7b1e47cc3f2ba (patch)
treeb72b92b3b8d9379feb3c99a43ab36ddb6752314e /Library/Homebrew/formula.rb
parent349cdab76fe930783b3fd3909726622a36279592 (diff)
downloadbrew-9db0e68eb60b7634eb26f9b734e7b1e47cc3f2ba.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/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 16fbbce50..c994202e3 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -528,7 +528,7 @@ class Formula
end
-protected
+ protected
# Pretty titles the command and buffers stdout/stderr
# Throws if there's an error
@@ -593,7 +593,7 @@ protected
end if removed_ENV_variables
end
-public
+ public
# For brew-fetch and others.
def fetch
@@ -621,7 +621,7 @@ public
not self.class.instance_variable_get(:@test_defined).nil?
end
-private
+ private
def stage
fetched, downloader = fetch
@@ -807,7 +807,7 @@ private
@test = block
end
- private
+ private
def post_depends_on(dep)
# Generate with- or without- options for optional and recommended