aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-05-15 17:13:49 -0500
committerJack Nagel2012-05-15 17:13:49 -0500
commitfcd7f8a58d3c31c1378e74acde5c0c80a4ea4b70 (patch)
tree55c6e4ec7664187088d7aac14873b8c7840132b5 /Library
parentddeb0bcce8acd53809bbd17588ff9277c9f8615e (diff)
downloadhomebrew-fcd7f8a58d3c31c1378e74acde5c0c80a4ea4b70.tar.bz2
exim: fix indentation
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/exim.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/exim.rb b/Library/Formula/exim.rb
index dfd7f40cb..dfaf9ae7b 100644
--- a/Library/Formula/exim.rb
+++ b/Library/Formula/exim.rb
@@ -41,7 +41,7 @@ class Exim < Formula
# For non-/usr/local HOMEBREW_PREFIX
s << "LOOKUP_INCLUDE=-I#{HOMEBREW_PREFIX}/include\n"
s << "LOOKUP_LIBS=-L#{HOMEBREW_PREFIX}/lib\n"
- end
+ end
inreplace 'OS/Makefile-Darwin' do |s|
s.remove_make_var! %w{CC CFLAGS}