From 6d7f608d0618fd8b6aa1f9a17c0f20650e8a281e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 26 Mar 2011 10:19:03 -0700 Subject: [PATCH] remove whitespace --- Library/Homebrew/cmd/--config.rb | 2 +- Library/Homebrew/exceptions.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/cmd/--config.rb b/Library/Homebrew/cmd/--config.rb index 6913f65b80..7876dfc531 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 32492c6be9..af311ae010 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