aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-26 10:19:03 -0700
committerAdam Vandenberg2011-03-26 10:19:45 -0700
commit6d7f608d0618fd8b6aa1f9a17c0f20650e8a281e (patch)
tree6da0d61644c5a00bec78520ab23297c6845158ad
parent145bafbc4e72bcc3c8bc6b0f0414ab317f1e8459 (diff)
downloadbrew-6d7f608d0618fd8b6aa1f9a17c0f20650e8a281e.tar.bz2
remove whitespace
-rw-r--r--Library/Homebrew/cmd/--config.rb2
-rw-r--r--Library/Homebrew/exceptions.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/--config.rb b/Library/Homebrew/cmd/--config.rb
index 6913f65b8..7876dfc53 100644
--- a/Library/Homebrew/cmd/--config.rb
+++ b/Library/Homebrew/cmd/--config.rb
@@ -25,7 +25,7 @@ module Homebrew extend self
def llvm_recommendation
"(#{RECOMMENDED_LLVM} or newer recommended)" if llvm and llvm < RECOMMENDED_LLVM
end
-
+
def gcc_42_recommendation
"(#{RECOMMENDED_GCC_42} or newer recommended)" if gcc_42 and gcc_42 < RECOMMENDED_GCC_42
end
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 32492c6be..af311ae01 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -56,7 +56,7 @@ end
class UnsatisfiedExternalDependencyError < Homebrew::InstallationError
attr :type
-
+
def initialize formula, type
@type = type
@formula = formula